mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 01:38:36 +00:00
BURIED: Fix the date not showing in the intro
(An original game bug)
This commit is contained in:
parent
7e57ba728e
commit
4270ea8fdd
@ -151,6 +151,9 @@ bool GameUIWindow::changeCurrentDate(int timeZoneID) {
|
||||
case 6:
|
||||
_currentDateDisplay = 0;
|
||||
break;
|
||||
case 10:
|
||||
_currentDateDisplay = 2;
|
||||
break;
|
||||
default:
|
||||
_currentDateDisplay = -1;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user