Skip to content

Commit

Permalink
Update script_macros.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
PiZZAD0X authored Mar 28, 2023
1 parent 2f10f47 commit 593282b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/script_macros.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#endif
#define DEBUG_MODE_NORMAL
//#define DEBUG_MODE_FULL
#define VERSIONSTR "1.1.2"
#define VERSIONSTR "1.1.3"
#define VERSION 1.1
#define VERSION_AR 1,1,2
#define VERSION_AR 1,1,3
#include "script_macros_mission.hpp"

#define RNG(var1) var1 > random 1
Expand Down

0 comments on commit 593282b

Please sign in to comment.