Skip to content

Commit

Permalink
Fixed a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
danij committed Nov 16, 2008
1 parent e83ec57 commit 4867df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/common/include/d_net.h
Expand Up @@ -107,7 +107,7 @@ enum {
};

// Game state flags.
#define GSF_CHANGE_MAP 0x01 // Level has changed.
#define GSF_CHANGE_MAP 0x01 // Map has changed.
#define GSF_CAMERA_INIT 0x02 // After gamestate follows camera init.
#define GSF_DEMO 0x04 // Only valid during demo playback.

Expand Down

0 comments on commit 4867df9

Please sign in to comment.