Changeset 8284 for code/branches/kicklib2/src/libraries/core/Game.cc
- Timestamp:
- Apr 21, 2011, 6:58:23 PM (14 years ago)
- Location:
- code/branches/kicklib2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib2
- Property svn:mergeinfo changed
-
code/branches/kicklib2/src/libraries/core/Game.cc
r8245 r8284 459 459 ThrowException(GameState, "Emtpy GameState hierarchy provided, terminating."); 460 460 // Add element with large identation to detect the last with just an iterator 461 stateStrings.push_back(std::make_pair( "", -1));461 stateStrings.push_back(std::make_pair(std::string(), -1)); 462 462 463 463 // Parse elements recursively
Note: See TracChangeset
for help on using the changeset viewer.