Changeset 5759 for code/trunk/src/libraries
- Timestamp:
- Sep 21, 2009, 9:17:02 PM (15 years ago)
- Location:
- code/trunk/src/libraries/core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/Core.cc
r5747 r5759 196 196 /** 197 197 @brief 198 Temporary sets the data path198 Temporary sets the external data path 199 199 @param path 200 200 The new data path … … 202 202 void tsetExternalDataPath(const std::string& path) 203 203 { 204 dataPath_ = boost::filesystem::path(path);204 externalDataPath_ = boost::filesystem::path(path); 205 205 } 206 206 -
code/trunk/src/libraries/core/LuaState.cc
r5738 r5759 74 74 sourceFileInfo_->size = 0; 75 75 76 // Push thispointer76 // Push 'this' pointer 77 77 tolua_pushusertype(luaState_, static_cast<void*>(this), "orxonox::LuaState"); 78 78 lua_setglobal(luaState_, "luaState");
Note: See TracChangeset
for help on using the changeset viewer.