Changeset 8330 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Jun 12, 2006, 10:44:26 PM (19 years ago)
- Location:
- trunk/src/story_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/simple_game_menu.cc
r8324 r8330 75 75 OrxGui::GLGuiHandler::getInstance()->activateCursor(); 76 76 OrxGui::GLGuiHandler::getInstance()->activate(); 77 OrxGui::GLGuiHandler::getInstance()->cursor()->loadTextureSequence(ResourceManager::getInstance()->getDataDir() + "/" + "maps/reap_mouse/reap_mouse_##. tif", 0, 49);77 OrxGui::GLGuiHandler::getInstance()->cursor()->loadTextureSequence(ResourceManager::getInstance()->getDataDir() + "/" + "maps/reap_mouse/reap_mouse_##.png", 0, 49); 78 78 ///// 79 79 -
trunk/src/story_entities/story_entity.cc
r7677 r8330 22 22 #include "story_entity.h" 23 23 24 #include "util/file.h"25 24 #include "util/loading/load_param.h" 26 25 #include "util/loading/resource_manager.h"
Note: See TracChangeset
for help on using the changeset viewer.