Typo, thanks Shauren for spotting

--HG--
branch : trunk
This commit is contained in:
Machiavelli
2010-12-21 15:51:51 +01:00
parent c08d04365d
commit 186ec40571

View File

@@ -362,7 +362,7 @@ public:
OUT_SAVE_INST_DATA;
std::ostringstream saveStream;
saveStream << "U U " << GetBossSaveData() << " " << GetData[TYPE_COLOSSUS];
saveStream << "U U " << GetBossSaveData() << " " << GetData(TYPE_COLOSSUS);
OUT_SAVE_INST_DATA_COMPLETE;
return saveStream.str();