Bugfix Kampfreiehn nachrücken im Fall von Grauen der Schlacht

This commit is contained in:
Enno Rehling 2004-02-19 23:51:46 +00:00
parent 1dbf48b5b4
commit 53ee1dcc1f
2 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,7 @@ extern "C" {
#endif #endif
/** new code defines **/ /** new code defines **/
#define FAST_GETUNITROW #undef FAST_GETUNITROW
/** more defines **/ /** more defines **/
#define FS_ENEMY 1 #define FS_ENEMY 1

View File

@ -28,6 +28,7 @@
/* util includes */ /* util includes */
#include <rand.h> #include <rand.h>
#include <base36.h>
/* libc includes */ /* libc includes */
#include <assert.h> #include <assert.h>