Changeset 5845
- Timestamp:
- Oct 1, 2009, 9:52:39 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/libraries/core/Game.cc
r5844 r5845 478 478 479 479 // Parse elements recursively 480 parseStates(stateStrings.begin(), this->rootStateNode_); 480 std::vector<std::pair<std::string, int> >::const_iterator begin = stateStrings.begin(); 481 parseStates(begin, this->rootStateNode_); 481 482 } 482 483
Note: See TracChangeset
for help on using the changeset viewer.