Changeset 8689 in orxonox.OLD for branches/gui/src/story_entities
- Timestamp:
- Jun 21, 2006, 10:50:07 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/story_entities/game_menu.cc
r8688 r8689 51 51 52 52 this->cameraVector = Vector(50.0, 0.0, 0.0); 53 54 55 OrxGui::GLGuiHandler::getInstance()->activateCursor();56 OrxGui::GLGuiHandler::getInstance()->activate();57 OrxGui::GLGuiHandler::getInstance()->cursor()->loadTextureSequence(ResourceManager::getInstance()->getDataDir() + "/" + "maps/reap_mouse/reap_mouse_##.png", 1, 49);58 53 59 54 if (root != NULL) … … 282 277 283 278 this->showMainMenu(); 279 OrxGui::GLGuiHandler::getInstance()->activateCursor(); 280 OrxGui::GLGuiHandler::getInstance()->activate(); 281 OrxGui::GLGuiHandler::getInstance()->cursor()->loadTextureSequence(ResourceManager::getInstance()->getDataDir() + "/" + "maps/reap_mouse/reap_mouse_##.png", 1, 49); 284 282 285 283 /* now call the underlying*/
Note: See TracChangeset
for help on using the changeset viewer.