Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 28, 2008, 3:06:23 PM (16 years ago)
Author:
landauf
Message:

lua include is now looking for files in the media directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/orxonox/Settings.cc

    r2011 r2026  
    3939#include "core/CoreIncludes.h"
    4040#include "core/ConfigValueIncludes.h"
     41#include "core/LuaBind.h"
    4142
    4243namespace orxonox
     
    8182            COUT(2) << "Warning: Data path set to \"/\", is that really correct?" << std::endl;
    8283        }
     84
     85        LuaBind::getInstance()->setIncludePath(this->dataPath_);
    8386    }
    8487
Note: See TracChangeset for help on using the changeset viewer.