mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-24 21:11:39 +00:00
- adjustment for renamed spreadsheet.
This commit is contained in:
parent
a5d9d334d2
commit
fa123f37c7
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ bool FStringTable::LoadLanguageFromSpreadsheet(int lumpnum)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!readSheetIntoTable(xlsxio, "Sheet1")) return false;
|
if (!readSheetIntoTable(xlsxio, "strings")) return false;
|
||||||
// readMacros(xlsxio, "macros");
|
// readMacros(xlsxio, "macros");
|
||||||
|
|
||||||
xlsxioread_close(xlsxio);
|
xlsxioread_close(xlsxio);
|
||||||
|
|
Loading…
Reference in a new issue