Changeset 6243 for code/branches/presentation2/src/orxonox
- Timestamp:
- Dec 4, 2009, 3:12:10 PM (15 years ago)
- Location:
- code/branches/presentation2/src/orxonox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/gametypes/TeamDeathmatch.cc
r5929 r6243 61 61 static std::vector<ColourValue> defaultcolours(colours, colours + sizeof(colours) / sizeof(ColourValue)); 62 62 63 SetConfigValue Vector(teamcolours_, defaultcolours);63 SetConfigValue(teamcolours_, defaultcolours); 64 64 } 65 65 -
code/branches/presentation2/src/orxonox/infos/Bot.cc
r5781 r6243 94 94 static std::vector<std::string> defaultnames(names, names + sizeof(names) / sizeof(std::string)); 95 95 96 SetConfigValue Vector(names_, defaultnames);96 SetConfigValue(names_, defaultnames); 97 97 } 98 98 }
Note: See TracChangeset
for help on using the changeset viewer.