forked from github/server
Bugfix Kampfreiehn nachrücken im Fall von Grauen der Schlacht
This commit is contained in:
parent
1dbf48b5b4
commit
53ee1dcc1f
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue