Fix build
This commit is contained in:
parent
3a683f7171
commit
d131749a3c
@ -1187,7 +1187,11 @@ namespace ui_scripting::lua
|
|||||||
|
|
||||||
game_type["isdebugbuild"] = [](const game&)
|
game_type["isdebugbuild"] = [](const game&)
|
||||||
{
|
{
|
||||||
return DEBUG;
|
#ifdef DEBUG
|
||||||
|
return true;
|
||||||
|
#else
|
||||||
|
return false;
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
struct player
|
struct player
|
||||||
|
Loading…
Reference in New Issue
Block a user