Changeset 6394 for code/branches/presentation2/src/orxonox/items
- Timestamp:
- Dec 22, 2009, 2:07:44 PM (15 years ago)
- Location:
- code/branches/presentation2/src/orxonox/items
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/items/Engine.h
r5929 r6394 106 106 virtual const Vector3& getDirection() const; 107 107 108 void loadSound(const std::string filename);109 110 108 private: 111 109 void networkcallback_shipID(); -
code/branches/presentation2/src/orxonox/items/MultiStateEngine.cc
r6381 r6394 35 35 36 36 #include "util/Convert.h" 37 #include "util/StringUtils.h"38 37 #include "core/CoreIncludes.h" 39 38 #include "core/GameMode.h" … … 201 200 if (effect == NULL) 202 201 return; 203 effect->setLuaState(this->lua_, "f"+ multi_cast<std::string>(this->effectContainers_.size()));202 effect->setLuaState(this->lua_, 'f' + multi_cast<std::string>(this->effectContainers_.size())); 204 203 this->effectContainers_.push_back(effect); 205 204 if (this->getShip())
Note: See TracChangeset
for help on using the changeset viewer.