Skip to content

Commit

Permalink
Fix bug with ExportData
Browse files Browse the repository at this point in the history
  • Loading branch information
gmoromisato committed Dec 18, 2023
1 parent a07ccc8 commit 2c9a7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Transcendence/TransData/main.cpp
Expand Up @@ -380,7 +380,7 @@ void AlchemyMain (CXMLElement *pCmdLine)
else if (pCmdLine->GetAttributeBool(ENCOUNTER_TABLE_SWITCH))
GenerateEncounterTable(Universe, pCmdLine);
else if (pCmdLine->GetAttributeBool(EXPORT_SWITCH))
ExportData(Universe, pCmdLine);
ExportData(Universe, *pCmdLine);
else if (pCmdLine->GetAttributeBool(EXTENSION_TABLE_SWITCH))
GenerateExtensionTable(Universe, pCmdLine);
else if (pCmdLine->GetAttributeBool(IMAGES_SWITCH))
Expand Down

0 comments on commit 2c9a7b4

Please sign in to comment.