mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Fixed regression caused by not understanding my code
This was SVN commit r2457.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user