mirror of
https://github.com/glest/glest-source.git
synced 2025-10-04 03:11:53 +02:00
- code cleanup from cppcheck
- added more checks when loading models, maps and textures
This commit is contained in:
@@ -44,9 +44,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
ScriptManagerMessage::ScriptManagerMessage() {
|
||||
this->text= "";
|
||||
this->header= "";
|
||||
ScriptManagerMessage::ScriptManagerMessage() : text(""), header("") {
|
||||
this->factionIndex=-1;
|
||||
this->teamIndex=-1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user