- Timestamp:
- Jun 23, 2009, 7:28:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core4/src/orxonox/objects/quest/QuestManager.cc
r3196 r3223 239 239 return NULL; 240 240 } 241 player = dynamic_cast<PlayerInfo*>(obj);241 player = orxonox_cast<PlayerInfo>(obj); 242 242 243 243 QuestContainer* root = NULL;
Note: See TracChangeset
for help on using the changeset viewer.