mirror of
https://github.com/redstrate/Novus.git
synced 2025-06-08 06:07:46 +00:00
Also extract map.exl
This commit is contained in:
parent
5d770b5cda
commit
cd6249fd5f
2 changed files with 2 additions and 1 deletions
2
libxiv
2
libxiv
|
@ -1 +1 @@
|
|||
Subproject commit 3befb9070b02b52f90b34de6bc36c4f200e05ea4
|
||||
Subproject commit ddd3993db8e617c6953391f56cb59abe99ed1e03
|
|
@ -19,6 +19,7 @@ MainWindow::MainWindow(GameData& data) : data(data) {
|
|||
|
||||
QTableWidget* listWidget = new QTableWidget();
|
||||
|
||||
data.extractFile("exd/map.exl", "map.exl");
|
||||
data.extractFile("exd/map.exh", "map.exh");
|
||||
data.extractFile("exd/map_0.exd", "map_0.exd");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue