diff options
author | Colin Noga <Tempus@chronometry.ca> | 2013-05-11 12:37:59 -0500 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2013-05-11 12:37:59 -0500 |
commit | b223c0f472becf62c1c31e19af7561059b03e867 (patch) | |
tree | 48798df4a10fb05eaf9ad2fc9c182ce0adbe4f86 /src/koopatlas | |
parent | baaad3ec09e17d745c1081755b824ead065b8ce5 (diff) | |
download | kamek-b223c0f472becf62c1c31e19af7561059b03e867.tar.gz kamek-b223c0f472becf62c1c31e19af7561059b03e867.zip |
Minor fixes
Diffstat (limited to '')
-rw-r--r-- | src/koopatlas/core.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/koopatlas/core.cpp b/src/koopatlas/core.cpp index 444c2a0..6618650 100644 --- a/src/koopatlas/core.cpp +++ b/src/koopatlas/core.cpp @@ -1083,7 +1083,7 @@ void dScKoopatlas_c::showSaveWindow() { static const wchar_t *completionMsgs[] = { L"The most erudite of Buttocks", - L"You've collected all of\nthe \x0B\x014F\xBEEF Star Coins in", + L"You've collected all of\nthe \x0B\x014F\xBEEF Star Coins in\n", L"You have gotten every \x0B\x013B\xBEEF exit\nin", L"You have gotten everything\nin", L"You have collected all the\nnecessary \x0B\x014F\xBEEF coins to enter\nthe Special World!", |