Skip to content

Commit bf97795

Browse files
committed
[PROJECT] add temporary constant to keep state compilable
1 parent cd72cf4 commit bf97795

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/core/ViewportRenderState.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
#include "ViewportRenderStateStruct.h"
44

5+
// WARN: Temporarily set, move to constants headers later
6+
const int MAP_XY_LIMIT = 400;
7+
const int MAP_XY_LIMIT_INCLUSIVE = 399;
8+
59
struct UnitRenderHelpStructure {
610
int param_1;
711
int param_2;

0 commit comments

Comments
 (0)