mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-23 02:42:38 +01:00
Fixed a bug in DrawScreen caused by refactoring.
This commit is contained in:
parent
be7be4c828
commit
2456d7007d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user