Changeset 2750 for code/branches/network/src/orxonox/gamestates/GSRoot.cc
- Timestamp:
- Mar 5, 2009, 2:58:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network/src/orxonox/gamestates/GSRoot.cc
r2710 r2750 111 111 112 112 // initialise TCL 113 this->tclBind_ = new TclBind(Core::getMediaPath POSIXString());113 this->tclBind_ = new TclBind(Core::getMediaPathString()); 114 114 this->tclThreadManager_ = new TclThreadManager(tclBind_->getTclInterpreter()); 115 115
Note: See TracChangeset
for help on using the changeset viewer.