mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-03-01 03:30:04 +00:00
Pack non-required global scripts on their map disk rather than disk 1, because disk 1 got too tight.
This commit is contained in:
parent
8933f2ef38
commit
3762cc5edb
@ -2451,7 +2451,7 @@ export def callGlobalFunc(moduleNum, arg1, arg2, arg3)#1
|
||||
|
||||
// First load the module
|
||||
if renderLoaded; flipToPage1(); fin
|
||||
mmgr(START_LOAD, 1) // code is in partition 1
|
||||
mmgr(START_LOAD, moduleNum <= LAST_REQ_GS_MOD ?? 1 :: curMapPartition)
|
||||
pModule = mmgr(QUEUE_LOAD, moduleNum<<8 | RES_TYPE_MODULE)
|
||||
mmgr(FINISH_LOAD, 0)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user