Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 26, 2006, 4:59:49 PM (18 years ago)
Author:
bensch
Message:

orxonox/new_class_id: almost killed off the old ResourceManager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/world_entities/bsp_entity.cc

    r9727 r9833  
    1515
    1616#include "bsp_entity.h"
    17 #include "util/loading/resource_manager.h"
    18 #include "util/loading/resource_manager.h"
    1917
    2018#include "debug.h"
     19#include "loading/new_resource_manager.h"
    2120
    2221#include "class_id_DEPRECATED.h"
     
    7271
    7372  // Check wether file exists....
    74   if ( File(ResourceManager::getFullName(name)).exists()  ) {
     73  if ( File(Resources::NewResourceManager::getInstance()->prependAbsoluteMainPath(name)).exists()  ) {
    7574
    7675    this->bspManager = new BspManager(this);
Note: See TracChangeset for help on using the changeset viewer.