diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-27 17:02:01 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-27 17:02:01 +0000 |
commit | aee28916b06c3ce47d68f76ef8d1fe7dc55f151a (patch) | |
tree | 9050f0cfb85e202814786d094ef17af74f1ea5ca /sys/src/games/doom/i_net.c | |
parent | 30da40c16a94d56875aa705dd2485fb2eacc9bb4 (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.c | 2 |
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'; |