Loader: Never forget to change is_loaded.

This commit is contained in:
Emmanuel Gil Peyrot 2015-01-06 19:49:25 +00:00
parent 43e699d849
commit 85030c6e6b
6 changed files with 15 additions and 7 deletions

View file

@ -215,7 +215,7 @@ private:
std::string filename;
bool is_loaded;
bool is_loaded = false;
bool is_compressed;
u32 entry_point;