mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-08-07 15:25:31 +00:00
Fixed a couple of automap crashes
This commit is contained in:
@@ -1156,7 +1156,7 @@ def _automap_show(targetX, targetY)#1
|
||||
|
||||
// Ensure the global tileset is reloaded (otherwise tile eng will try to load it from wrong partition)
|
||||
mmgr(START_LOAD, 1)
|
||||
pGlobalTileset = mmgr(QUEUE_LOAD, 1<<8 | RES_TYPE_SM_TILESET)
|
||||
pGlobalTileset = mmgr(QUEUE_LOAD, 1<<8 | RES_TYPE_TILESET)
|
||||
mmgr(FINISH_LOAD, 0)
|
||||
|
||||
// All done.
|
||||
|
@@ -107,4 +107,4 @@ const RWTS_DRV2 = $80
|
||||
const RWTS_RDWRPART = (0<<8)
|
||||
const RWTS_OPENDIR = (1<<8)
|
||||
|
||||
const LOAD_SAVE_BUF = $4E00
|
||||
const LOAD_SAVE_BUF = $4C00
|
||||
|
Reference in New Issue
Block a user