Skip to content

Commit

Permalink
Added DDPF_FIXMOM, version 1.7.11/net
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jun 29, 2003
1 parent 891fc38 commit 20c951f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doomsday/Include/dd_share.h
Expand Up @@ -44,7 +44,7 @@ Version number rules: (major).(minor).(revision)
// Version constant. Use this to verify in the DLL that the engine
// is new enough.
#define DOOMSDAY_VERSION 10711
#define DOOMSDAY_VERSION_TEXT "1.7.11"
#define DOOMSDAY_VERSION_TEXT "1.7.11/net"

#define DDMAXPLAYERS 16

Expand Down Expand Up @@ -1074,6 +1074,7 @@ typedef struct
#define DDPF_DEAD 0x8 // Cl & Sv: player is dead.
#define DDPF_CAMERA 0x10 // Player is a cameraman.
#define DDPF_LOCAL 0x20 // Player is local (e.g. player zero).
#define DDPF_FIXMOM 0x40 // Server: send momentum to client.

#define PLAYERNAMELEN 81

Expand Down

0 comments on commit 20c951f

Please sign in to comment.