Fix skip extra zones patch

This commit is contained in:
fed 2022-12-24 00:29:20 +01:00
parent 4fe93f9ae5
commit 6bd59cc6c0

View File

@ -1042,7 +1042,7 @@ namespace game
DB_ZONE_BASEMAP = 0x20,
DB_ZONE_TRANSIENT_POOL = 0x40,
DB_ZONE_TRANSIENT_MASK = 0x40,
DB_ZONE_CUSTOM = 0x200 // added for custom zone loading
DB_ZONE_CUSTOM = 0x1000 // added for custom zone loading
};
struct XZoneInfo