Skip to content

Commit

Permalink
Alpha 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayFace committed Dec 27, 2013
1 parent b4158a7 commit ff46a58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Lua/scripts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,7 @@ local function RunMapScripts()
local nstored = #StoredScripts
-- load scripts from global events
local evt = u4[u4[0x699538] + 0x1FBF4]
assert((u4[u4[0x699538] + 0x1FBF8] - evt)/0x34 == #EventNames)
for i = 1, #EventNames do
hasLua = LoadMapScript(EventNames[i], evt) or hasLua
evt = evt + 0x34
Expand Down
2 changes: 1 addition & 1 deletion T1/structs.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#define MAX_PATH 260

#define WOG_VERSION 359
#define WOG_STRING_VERSION "3 . 59 Alpha 6\nBuilt on "__DATE__/*""BETAVERSION""*/
#define WOG_STRING_VERSION "3 . 59 Alpha 6.1\nBuilt on "__DATE__/*""BETAVERSION""*/
#define TE_STRING_VERSION "1 . 03\nBuilt on "__DATE__/*""BETAVERSION""*/
//#define WOG_VERSION_WIDE "\x33\x0\x2E\x0\x35\x0\x38\x0\x66\x0"
//#define WOG_VERSION_WIDE "\x33\x0\x2E\x0\x35\x0\x39\x0\x0\x0"
Expand Down

0 comments on commit ff46a58

Please sign in to comment.