Changeset 8324 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Jun 12, 2006, 12:40:57 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/simple_game_menu.cc
r8035 r8324 27 27 #include "fast_factory.h" 28 28 #include "util/loading/factory.h" 29 #include "loading/resource_manager.h" 29 30 30 31 #include "world_entity.h" … … 74 75 OrxGui::GLGuiHandler::getInstance()->activateCursor(); 75 76 OrxGui::GLGuiHandler::getInstance()->activate(); 77 OrxGui::GLGuiHandler::getInstance()->cursor()->loadTextureSequence(ResourceManager::getInstance()->getDataDir() + "/" + "maps/reap_mouse/reap_mouse_##.tif", 0, 49); 76 78 ///// 77 79
Note: See TracChangeset
for help on using the changeset viewer.