mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
Bump max Object_Events up from 15 to 17
Breaks save compatibility with previous build. Oh well!
This commit is contained in:
parent
820c2257bc
commit
d419bf77d6
2 changed files with 3 additions and 3 deletions
|
|
@ -2939,11 +2939,11 @@ endr
|
|||
|
||||
wCmdQueue:: ds CMDQUEUE_CAPACITY * CMDQUEUE_ENTRY_SIZE
|
||||
|
||||
ds 40
|
||||
ds 6
|
||||
|
||||
wMapObjects::
|
||||
wPlayerObject:: map_object wPlayer ; player is map object 0
|
||||
; wMap1Object - wMap15Object
|
||||
; wMap1Object - wMap17Object
|
||||
for n, 1, NUM_OBJECTS
|
||||
wMap{d:n}Object:: map_object wMap{d:n}
|
||||
endr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue