From 33ebb6ea9d5d6d67eaedf1ea47b2d77b508b6ae0 Mon Sep 17 00:00:00 2001 From: Russell Rice Date: Thu, 21 Sep 2006 04:25:49 +0000 Subject: 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 --- setup/multiplayer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup') 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 #include -#include "src/d_englsh.h" +#include "d_englsh.h" #include "textscreen.h" #define NUM_WADS 10 -- cgit v1.2.3