Changeset 3358 for code/branches/resource/src/core
- Timestamp:
- Jul 27, 2009, 2:42:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/resource/src/core/Game.cc
r3356 r3358 390 390 } 391 391 392 //if (this->bChangingState_)393 //{394 //COUT(2) << "Warning: Requesting GameStates while loading/unloading a GameState is illegal! Ignoring." << std::endl;395 //return;396 //}392 if (this->bChangingState_) 393 { 394 COUT(2) << "Warning: Requesting GameStates while loading/unloading a GameState is illegal! Ignoring." << std::endl; 395 return; 396 } 397 397 398 398 shared_ptr<GameStateTreeNode> lastRequestedNode;
Note: See TracChangeset
for help on using the changeset viewer.