Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8330 in orxonox.OLD for trunk/src/story_entities


Ignore:
Timestamp:
Jun 12, 2006, 10:44:26 PM (19 years ago)
Author:
bensch
Message:

moved the File-Classes

Location:
trunk/src/story_entities
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/simple_game_menu.cc

    r8324 r8330  
    7575  OrxGui::GLGuiHandler::getInstance()->activateCursor();
    7676  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);
    7878  /////
    7979
  • trunk/src/story_entities/story_entity.cc

    r7677 r8330  
    2222#include "story_entity.h"
    2323
    24 #include "util/file.h"
    2524#include "util/loading/load_param.h"
    2625#include "util/loading/resource_manager.h"
Note: See TracChangeset for help on using the changeset viewer.