mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-06-20 08:13:48 -04:00
Use gamemode enum (#5089)
* Use gamemode enum * update console command for file_select
This commit is contained in:
@@ -7589,7 +7589,7 @@ Vec3s Camera_Update(Camera* camera) {
|
||||
}
|
||||
|
||||
if (camera->status == CAM_STAT_ACTIVE) {
|
||||
if ((gSaveContext.gameMode != 0) && (gSaveContext.gameMode != 3)) {
|
||||
if ((gSaveContext.gameMode != GAMEMODE_NORMAL) && (gSaveContext.gameMode != GAMEMODE_END_CREDITS)) {
|
||||
sCameraInterfaceFlags = 0;
|
||||
Camera_UpdateInterface(sCameraInterfaceFlags);
|
||||
} else if ((D_8011D3F0 != 0) && (camera->thisIdx == MAIN_CAM)) {
|
||||
|
||||
Reference in New Issue
Block a user