Fixed a bug in DrawScreen caused by refactoring.

This commit is contained in:
Fireboyd78 2020-08-21 16:14:36 -07:00
parent be7be4c828
commit 2456d7007d

View File

@ -776,7 +776,8 @@ void DrawScreen(PSXSCREEN *pScr)
else {
GetTimeStamp(version_info);
if (bDoingCutSelect && (gFurthestMission > 39)) {
if (bDoingCutSelect && (gFurthestMission < 39)) {
// hide the Director's Cut button
numBtnsToDraw = pScr->numButtons - 1;
}
else {