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 Sep 12, 2023
1 parent 3ce5de7 commit f11e85c
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.4"
#define VERSIONSTR "1.1.5"
#define VERSION 1.1
#define VERSION_AR 1,1,4
#define VERSION_AR 1,1,5
#include "script_macros_mission.hpp"

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

0 comments on commit f11e85c

Please sign in to comment.