From cc12942d70fa2a672c59e848c196c6647f8f1129 Mon Sep 17 00:00:00 2001 From: truebrain Date: Thu, 1 Dec 2011 12:03:34 +0000 Subject: (svn r23384) -Remove: no longer allow a binary to be without AI support; the parts some compilers failed at, are integrated in other parts of the code now too --- src/network/network_command.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/network/network_command.cpp') diff --git a/src/network/network_command.cpp b/src/network/network_command.cpp index 0e37eeff4..070e810d8 100644 --- a/src/network/network_command.cpp +++ b/src/network/network_command.cpp @@ -39,11 +39,7 @@ static CommandCallback * const _callback_table[] = { /* 0x0F */ CcPlaySound1E, /* 0x10 */ CcStation, /* 0x11 */ CcTerraform, -#ifdef ENABLE_AI /* 0x12 */ CcAI, -#else - /* 0x12 */ NULL, -#endif /* ENABLE_AI */ /* 0x13 */ CcCloneVehicle, /* 0x14 */ CcGiveMoney, /* 0x15 */ CcCreateGroup, -- cgit v1.2.3-54-g00ecf