Changeset 6314 for code/branches/presentation2/src/orxonox/items
- Timestamp:
- Dec 10, 2009, 6:30:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/items/MultiStateEngine.cc
r6313 r6314 35 35 36 36 #include "util/Convert.h" 37 #include "util/StringUtils.h" 37 38 #include "core/CoreIncludes.h" 38 39 #include "core/GameMode.h" … … 251 252 else 252 253 assert(0); 253 return std::string();254 return BLANKSTRING; 254 255 } 255 256 … … 268 269 else 269 270 assert(0); 270 return std::string();271 return BLANKSTRING; 271 272 } 272 273 }
Note: See TracChangeset
for help on using the changeset viewer.