Fixed regression caused by not understanding my code

This was SVN commit r2457.
This commit is contained in:
Ykkrosh
2005-07-03 01:37:49 +00:00
parent 580d0c7892
commit e84b8bd017
4 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ public:
CObjectEntry(int type, CObjectBase* base);
~CObjectEntry();
bool BuildRandomVariant(const CObjectBase::variation_key& vars, CObjectBase::variation_key::const_iterator vars_it);
bool BuildRandomVariant(const CObjectBase::variation_key& vars, CObjectBase::variation_key::const_iterator& vars_it);
// Base actor. Contains all the things that don't change between
// different variations of the actor.