diff options
Diffstat (limited to 'src/newer.cpp')
-rw-r--r-- | src/newer.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/newer.cpp b/src/newer.cpp index 215dfeb..3e08ded 100644 --- a/src/newer.cpp +++ b/src/newer.cpp @@ -65,6 +65,11 @@ const wchar_t *NewerWorldNames[] = { L"Sky City" }; +// This is an array so it can be accessed from fileselect.S +const int *NewerWorldCount[] = { + 18 +}; + const wchar_t *NewerWorldName(NWRWorld world) { if (world < 0 || world >= WORLD_COUNT) return L"Unknown World"; |