diff options
author | Simon Howard | 2006-02-19 13:42:27 +0000 |
---|---|---|
committer | Simon Howard | 2006-02-19 13:42:27 +0000 |
commit | bef7af18c671dbe1ff4d822206a15f4bcab56e67 (patch) | |
tree | e69f9be3eae2200d20cd207b42cae153b94f884f /src/Makefile.am | |
parent | 76d69779c9bcebec6a2188d6b9e2483240e26a8a (diff) | |
download | chocolate-doom-bef7af18c671dbe1ff4d822206a15f4bcab56e67.tar.gz chocolate-doom-bef7af18c671dbe1ff4d822206a15f4bcab56e67.tar.bz2 chocolate-doom-bef7af18c671dbe1ff4d822206a15f4bcab56e67.zip |
Move tic number expansion code to common code. Parse game data packets
received from the server.
Strip down d_net.[ch] to work through the new networking code. Remove
game sync code.
Remove i_net.[ch] as it is no longer needed.
Working networking!
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 374
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 942f974d..53aad1b6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -43,7 +43,6 @@ g_game.c g_game.h \ hu_lib.c hu_lib.h \ hu_stuff.c hu_stuff.h \ i_main.c \ -i_net.c i_net.h \ info.c info.h \ i_sound.c i_sound.h \ i_system.c i_system.h \ |