From f6d7c23a5643b637fc172bd0a40fb62e6abbb853 Mon Sep 17 00:00:00 2001 From: Treeki Date: Tue, 9 Apr 2013 22:27:59 +0200 Subject: fix an overrun character from the end of a secret message --- src/koopatlas/starcoin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/koopatlas/starcoin.cpp b/src/koopatlas/starcoin.cpp index 3da222b..b3e9de8 100644 --- a/src/koopatlas/starcoin.cpp +++ b/src/koopatlas/starcoin.cpp @@ -498,8 +498,8 @@ void dWMStarCoin_c::executeState_Wait() { L"and bosses suck less. Awesome,", L"right?!", L"Actually, I did it just to waste", - L"some time, but it ended up being", - L"pretty useful!", + L"some time, but it ended up", + L"being pretty useful!", }; const int msgCount2 = 9; static const wchar_t *msg2[msgCount2] = { -- cgit v1.2.3