summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSimon Howard2006-02-19 13:42:27 +0000
committerSimon Howard2006-02-19 13:42:27 +0000
commitbef7af18c671dbe1ff4d822206a15f4bcab56e67 (patch)
treee69f9be3eae2200d20cd207b42cae153b94f884f /src/Makefile.am
parent76d69779c9bcebec6a2188d6b9e2483240e26a8a (diff)
downloadchocolate-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.am1
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 \