Changeset 4777 in orxonox.OLD for orxonox/trunk/src/orxonox.cc
- Timestamp:
- Jul 2, 2005, 7:21:50 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/orxonox.cc
r4770 r4777 153 153 GraphicsEngine::getInstance()->setWindowName(PACKAGE_NAME " " PACKAGE_VERSION, PACKAGE_NAME " " PACKAGE_VERSION); 154 154 155 GraphicsEngine::getInstance()->loadFromIniFile(this->iniParser , CONFIG_SECTION_VIDEO);155 GraphicsEngine::getInstance()->loadFromIniFile(this->iniParser); 156 156 157 157 return 0;
Note: See TracChangeset
for help on using the changeset viewer.