FULLPIPE: Initialize class variable. CID 1063187

This commit is contained in:
Eugene Sandulenko 2013-09-15 01:59:13 +03:00
parent d09cccd7f2
commit 127261ac74

View File

@ -104,6 +104,8 @@ GameProject::GameProject() {
_field_4 = 0;
_headerFilename = 0;
_field_10 = 12;
_sceneTagList = 0;
}
bool GameProject::load(MfcArchive &file) {