summaryrefslogtreecommitdiff
path: root/sys/src/games/doom/i_net.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@localhost>2011-05-27 17:02:01 +0000
committercinap_lenrek <cinap_lenrek@localhost>2011-05-27 17:02:01 +0000
commitaee28916b06c3ce47d68f76ef8d1fe7dc55f151a (patch)
tree9050f0cfb85e202814786d094ef17af74f1ea5ca /sys/src/games/doom/i_net.c
parent30da40c16a94d56875aa705dd2485fb2eacc9bb4 (diff)
games/doom: dont pretend we are in a netgame, fix save/load
Diffstat (limited to 'sys/src/games/doom/i_net.c')
-rw-r--r--sys/src/games/doom/i_net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/games/doom/i_net.c b/sys/src/games/doom/i_net.c
index a40fec4ea..945287eaf 100644
--- a/sys/src/games/doom/i_net.c
+++ b/sys/src/games/doom/i_net.c
@@ -50,7 +50,7 @@ printf("PORTME i_net.c I_InitNetwork (use 9P)\n");
// netsend = PacketSend;
// netget = PacketGet;
- netgame = true;
+// netgame = true;
/* parse player number and host list */
// doomcom->consoleplayer = myargv[i+1][0]-'1';