Changeset 9771 in orxonox.OLD for branches/new_class_id/src/story_entities
- Timestamp:
- Sep 19, 2006, 11:33:27 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/story_entities/game_world_data.cc
r9761 r9771 120 120 // load the parameters 121 121 // name 122 std::string string = grabParameter( root, "name");122 std::string string = LoadParamBase::grabParameter( root, "name"); 123 123 if( string.empty() ) 124 124 {
Note: See TracChangeset
for help on using the changeset viewer.