Renamed levels

0000 -> pillars
0001 -> human
This commit is contained in:
KikooDX 2021-04-07 12:32:11 +02:00
parent 184498f947
commit 4b1b4abbea
3 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
#define PATH_PREFIX u"\\\\fls0\\mtem\\"
static const uint16_t filepaths[][32] = {
PATH_PREFIX "0000.kble", PATH_PREFIX "0001.kble", {0}};
PATH_PREFIX "pillars.kble", PATH_PREFIX "human.kble", {0}};
/* globals are needed when using gint_switch() */
struct Level level;