mirror of
https://github.com/glest/glest-source.git
synced 2025-09-27 16:09:00 +02:00
Made changes to properly isolate new unit rotation code so that it is disabled by default
This commit is contained in:
@@ -70,7 +70,7 @@ void Configuration::loadValues(const string &path){
|
||||
FieldGroup *fg= fieldGroups[i];
|
||||
for(int j=0; j<fg->getFieldCount(); ++j){
|
||||
Field *f= fg->getField(j);
|
||||
f->setValue(properties.getString(f->getVariableName()));
|
||||
f->setValue(properties.getString(f->getVariableName(),""));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user