mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-23 19:16:21 +00:00
![Torbjörn Andersson](/assets/img/avatar_default.png)
Starship Titanic produces lots of "uninitialized value" warnings at the very beginning of the game, when turning right. This is because in the very first movie frame it uses codebooks that have not been loaded. Explicitly set their data to 0 to guarantee consistent behavior.