summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorRussell Rice2006-09-21 04:25:49 +0000
committerRussell Rice2006-09-21 04:25:49 +0000
commit33ebb6ea9d5d6d67eaedf1ea47b2d77b508b6ae0 (patch)
treecfff6501e87c1bb13d68ce5a929cb9be14828252 /setup
parent587a9702634a405b95a6e317db9ce0f8ec326155 (diff)
downloadchocolate-doom-33ebb6ea9d5d6d67eaedf1ea47b2d77b508b6ae0.tar.gz
chocolate-doom-33ebb6ea9d5d6d67eaedf1ea47b2d77b508b6ae0.tar.bz2
chocolate-doom-33ebb6ea9d5d6d67eaedf1ea47b2d77b508b6ae0.zip
Code::Blocks project and workspace.
* Rename workspace appropriately in editor. * Update project files for new spin control and fix compilation of certain projects caused by it. * Create virtual targets (Debug/Release) for textscreen project. Code: * Fix the include in multiplayer.c, hopefully this does not break anything. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 639
Diffstat (limited to 'setup')
-rw-r--r--setup/multiplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/multiplayer.c b/setup/multiplayer.c
index 27731f39..89450b3f 100644
--- a/setup/multiplayer.c
+++ b/setup/multiplayer.c
@@ -22,7 +22,7 @@
#include <stdlib.h>
#include <string.h>
-#include "src/d_englsh.h"
+#include "d_englsh.h"
#include "textscreen.h"
#define NUM_WADS 10