Skip to content

Commit 18414bb

Browse files
committed
locate TombEngine.exe
1 parent 889afb7 commit 18414bb

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
cd "$(dirname "$0")" || exit 1
33
cd build || exit 1
4-
make -j$(nproc)
4+
make -j"$(nproc)"

setup_nvim_lsp.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ cmake \
1414

1515
cd ..
1616

17-
git config submodule.libs/miniz.ignore all
18-
git config submodule.libs/libbacktrace.ignore all
19-
2017
./build.sh
2118

2219
#clangd complain

src/Data.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ struct ExecutableNames {
113113
{3, "tomb3.exe"},
114114
{4, "tomb4.exe"},
115115
{5, "PCTOMB5.EXE"},
116-
{6, "Launcher.exe"},
116+
{6, "TombEngine.exe"},
117117
{7, "tombub.exe"},
118118
{8, "tomb2.EXE"},
119119
{9, "tr3gold.exe"},

src/gameFileTreeData.hpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,11 @@ struct StaticTrees {
6666
"DATA",
6767
}),
6868
},
69-
QVector<GameFileTree*>{}, // [6] Placeholder (empty)
69+
QVector<GameFileTree*>{ // [6] TEN
70+
new GameFileTree(QStringList{
71+
"PLUGINS",
72+
}),
73+
},
7074
}}
7175
{}
7276
~StaticTrees() {

src/pictures/Lara.png

-33.6 KB
Loading

0 commit comments

Comments
 (0)