mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 13:06:59 -04:00
Added 'symbol_variation' script function
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@101 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -71,7 +71,7 @@ class IndexMap : private vector<Value> {
|
||||
/// Is a key in the domain of this index map?
|
||||
inline bool containsKey(const Key& key) const {
|
||||
assert(key);
|
||||
return key->index < this.size() && get_key((*this)[key->index]) == key;
|
||||
return key->index < this->size() && get_key((*this)[key->index]) == key;
|
||||
}
|
||||
|
||||
/// Find a value given the key name, return an iterator
|
||||
|
||||
Reference in New Issue
Block a user