TSAGE: Ringworld - Fix unitialized variable

This commit is contained in:
Strangerke 2015-01-26 22:59:04 +01:00
parent b336e9b12c
commit 46c3b8c318

View File

@ -2221,6 +2221,7 @@ Scene840::Scene840(): PalettedScene() {
_field1AC2 = 0;
_field1AC4 = 0;
_field1AC6 = (BF_GLOBALS._dayNumber > 3) ? 1 : 0;
_field1ABA = 0;
}
void Scene840::synchronize(Serializer &s) {