diff options
Diffstat (limited to 'games/heretic/files/patch-doomdef.h')
-rw-r--r-- | games/heretic/files/patch-doomdef.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/games/heretic/files/patch-doomdef.h b/games/heretic/files/patch-doomdef.h index 7a6d1685e5f9..143b72dee090 100644 --- a/games/heretic/files/patch-doomdef.h +++ b/games/heretic/files/patch-doomdef.h @@ -1,6 +1,6 @@ ---- doomdef.h.ori Sun Mar 4 15:43:44 2007 -+++ doomdef.h Sun Mar 4 15:57:04 2007 -@@ -681,6 +681,7 @@ +--- doomdef.h.orig 2000-05-01 23:42:01 UTC ++++ doomdef.h +@@ -681,6 +681,7 @@ typedef struct short ticdup __PACKED__ ; /* 1 = no duplication, 2-5 = dup for slow nets */ short extratics __PACKED__ ; /* 1 = send a backup tic in every packet */ short deathmatch __PACKED__ ; /* 1 = deathmatch */ @@ -8,12 +8,12 @@ short savegame __PACKED__ ; /* -1 = new game, 0-5 = load savegame */ short episode __PACKED__ ; /* 1-3 */ short map __PACKED__ ; /* 1-9 */ -@@ -753,6 +754,8 @@ - extern boolean cdrom; /* true if cd-rom mode active ("-cdrom") */ +@@ -754,6 +755,8 @@ extern boolean cdrom; /* true if c extern boolean deathmatch; /* only if started as net death */ -+ -+extern boolean respawnartifacts; /* respawn the artifacts */ ++extern boolean respawnartifacts; /* respawn the artifacts */ ++ extern boolean netgame; /* only true if >1 player */ + extern boolean playeringame[MAXPLAYERS]; |