rewrite map loader
This commit is contained in:
+1
-1
@@ -475,7 +475,7 @@ int main(int argc, char** argv) {
|
||||
}
|
||||
|
||||
config_log.info("Loading battle parameters");
|
||||
state->battle_params.reset(new BattleParamTable("system/blueburst/BattleParamEntry"));
|
||||
state->battle_params.reset(new BattleParamsIndex("system/blueburst/BattleParamEntry"));
|
||||
|
||||
config_log.info("Loading level table");
|
||||
state->level_table.reset(new LevelTable("system/blueburst/PlyLevelTbl.prs", true));
|
||||
|
||||
Reference in New Issue
Block a user