mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 14:50:17 +00:00
FULLPIPE: Initialize class variable. CID 1063187
This commit is contained in:
parent
d09cccd7f2
commit
127261ac74
@ -104,6 +104,8 @@ GameProject::GameProject() {
|
||||
_field_4 = 0;
|
||||
_headerFilename = 0;
|
||||
_field_10 = 12;
|
||||
|
||||
_sceneTagList = 0;
|
||||
}
|
||||
|
||||
bool GameProject::load(MfcArchive &file) {
|
||||
|
Loading…
Reference in New Issue
Block a user