Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 12, 2009, 5:06:34 PM (15 years ago)
Author:
landauf
Message:

Applied retos patch for Game.cc and Game.h (thanks)

+2 small changes in Core.cc and GSClient.cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/libraries/src/core/Core.cc

    r5628 r5637  
    299299                        boost::filesystem::path librarypath = searchpath / library;
    300300
    301                         this->dynLibManager_->load(librarypath.string());
     301                        DynLibManager::getInstance().load(librarypath.string());
    302302                    }
    303303                }
Note: See TracChangeset for help on using the changeset viewer.