mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 23:01:42 +00:00
TSAGE: Ringworld - Fix unitialized variable
This commit is contained in:
parent
b336e9b12c
commit
46c3b8c318
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user