diff options
author | Treeki <treeki@gmail.com> | 2012-09-16 04:31:01 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-09-16 04:31:01 +0200 |
commit | 8102791c2222c31d80858cd1d12b208dcd4ecbc3 (patch) | |
tree | a8dc7df7044119b78bcde08466a683af499c9b95 /src/newer.cpp | |
parent | 733662f0e08b3e7574ff26fc3743f703ee53114a (diff) | |
download | kamek-8102791c2222c31d80858cd1d12b208dcd4ecbc3.tar.gz kamek-8102791c2222c31d80858cd1d12b208dcd4ecbc3.zip |
added an untested world name thing
Diffstat (limited to '')
-rw-r--r-- | src/newer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newer.cpp b/src/newer.cpp index 314b50f..215dfeb 100644 --- a/src/newer.cpp +++ b/src/newer.cpp @@ -44,7 +44,7 @@ NWRWorld NewerWorldForLevelID(int w, int l) { } -static const wchar_t *NewerWorldNames[] = { +const wchar_t *NewerWorldNames[] = { L"Yoshi's Island", L"Rubble Ruins", L"Soggy Sewers", |