The rabbit is moving on it's own

This commit is contained in:
2016-03-29 20:19:13 +11:00
parent a532d33579
commit 4794965166
8 changed files with 78 additions and 5 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ CreatureManager::~CreatureManager() {
}
//arg: a list of creatures to be updated in the clients
int CreatureManager::Update(std::list<std::pair<const int, CreatureData*>>* creatureList) {
void CreatureManager::Update(std::list<std::pair<const int, CreatureData*>>* creatureList) {
int ret;
for (auto& it : elementMap) {
ret = it.second.Update(lua);