mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-04-28 20:37:58 +03:00
Sector Z AVOID_UB Correction
This commit is contained in:
parent
a2b4f3378d
commit
9276fc3b2f
1 changed files with 1 additions and 2 deletions
|
@ -1899,7 +1899,7 @@ void SectorZ_LoadLevelObjects(void) {
|
|||
}
|
||||
|
||||
if (CVarGetInteger("gSzActorFix", 0) == 1) {
|
||||
j = 47;
|
||||
j = 48;
|
||||
} else {
|
||||
j = 50;
|
||||
}
|
||||
|
@ -1928,7 +1928,6 @@ void SectorZ_LoadLevelObjects(void) {
|
|||
actor++;
|
||||
}
|
||||
}
|
||||
|
||||
Boss_Initialize(greatFox);
|
||||
greatFox->obj.status = OBJ_INIT;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue