Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix calibration page closing instantly when not connected
Note: calibration was still taking place in the background, but the calibration progress page would close instantly and show the "calibration complete message" prematurely. This was due to Con_Printf being called in IN_StartGyroCalibration before updates_countdown was set. Con_Printf redraws the screen, which means M_Calibration_Draw would see updates_countdown == 0 and consider that calibration must be done, immediately changing the menu state to CALIBRATION_FINISHED.
- Loading branch information