Oops, forgot return statement.

develop
Alexander Gavrilov 2012-04-05 12:32:10 +04:00
parent 3afed43cdb
commit 59f411e401
1 changed files with 2 additions and 0 deletions

@ -254,6 +254,8 @@ bool World::BuildPersistentCache()
d->persistent_index.insert(T_persistent_item(hfvec[i]->name.first_name, -hfvec[i]->id));
}
return true;
}
PersistentDataItem World::AddPersistentData(const std::string &key)