forked from github/server
Bugfix Kampfreiehn nachrücken im Fall von Grauen der Schlacht
This commit is contained in:
parent
1dbf48b5b4
commit
53ee1dcc1f
|
@ -18,7 +18,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
/** new code defines **/
|
||||
#define FAST_GETUNITROW
|
||||
#undef FAST_GETUNITROW
|
||||
|
||||
/** more defines **/
|
||||
#define FS_ENEMY 1
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
/* util includes */
|
||||
#include <rand.h>
|
||||
#include <base36.h>
|
||||
|
||||
/* libc includes */
|
||||
#include <assert.h>
|
||||
|
|
Loading…
Reference in New Issue