diff options
author | Colin Noga <Tempus@chronometry.ca> | 2012-07-27 02:37:22 -0500 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2012-07-27 02:37:22 -0500 |
commit | 24eda6f87c4ce6f30fb9ef5cdaec8e1093513df3 (patch) | |
tree | c1514a236b6e3ff47f6904dd8449ac67560378a7 /src/koopatlas/hud.cpp | |
parent | eeac833d24e897fbfed0920921aec7e55b006793 (diff) | |
download | kamek-24eda6f87c4ce6f30fb9ef5cdaec8e1093513df3.tar.gz kamek-24eda6f87c4ce6f30fb9ef5cdaec8e1093513df3.zip |
BROKEN - something wrong with includes, possibly related to the order =|
Diffstat (limited to '')
-rw-r--r-- | src/koopatlas/hud.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/koopatlas/hud.cpp b/src/koopatlas/hud.cpp index cbd7ef6..df4bb1e 100644 --- a/src/koopatlas/hud.cpp +++ b/src/koopatlas/hud.cpp @@ -411,7 +411,7 @@ void dWMHud_c::setWorldName() { break; case 6: - setWorldText("Ghost\nRealm"); + setWorldText("Pumpkin\nBoneyard"); break; case 7: |