BURIED: Fix the date not showing in the intro

(An original game bug)
This commit is contained in:
Matthew Hoops 2014-08-05 19:45:09 -04:00 committed by Eugene Sandulenko
parent 7e57ba728e
commit 4270ea8fdd

View File

@ -151,6 +151,9 @@ bool GameUIWindow::changeCurrentDate(int timeZoneID) {
case 6:
_currentDateDisplay = 0;
break;
case 10:
_currentDateDisplay = 2;
break;
default:
_currentDateDisplay = -1;
break;