Skip to content

Commit

Permalink
Fix fake vag clock not running correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziemas committed Apr 25, 2022
1 parent 6ef02ed commit e6af8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/overlord/iso.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ u32 ISOThread() {
gRealVAGClockRunning = true;
} else {
gFakeVAGClock = 0;
gFakeVAGClockRunning = 0;
gFakeVAGClockRunning = true;
gFakeVAGClockPaused = 0;
}
gVAG_Id = in_progress_vag_command->sound_id;
Expand Down

0 comments on commit e6af8f8

Please sign in to comment.