mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 13:47:43 +00:00
Various CScriptSpecialFunction implementation, more debugOverlay CVars
This commit is contained in:
@@ -428,7 +428,7 @@ CGameArea::CGameArea(CInputStream& in, int idx, int mlvlVersion)
|
||||
|
||||
x84_mrea = in.readUint32Big();
|
||||
if (mlvlVersion > 15)
|
||||
x88_areaId = in.readUint32Big();
|
||||
x88_areaId = in.readInt32Big();
|
||||
else
|
||||
x88_areaId = -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user