diff options
author | Strangerke | 2013-09-06 00:22:05 +0200 |
---|---|---|
committer | Strangerke | 2013-09-06 00:22:05 +0200 |
commit | 56ce2398d8d20bbafe7659078fa6836a47520b15 (patch) | |
tree | f5eeffc9a8180448075649d55fc8c5fd0611015c | |
parent | dd897be038e795612f756914253b0be9f7cedd00 (diff) | |
download | scummvm-rg350-56ce2398d8d20bbafe7659078fa6836a47520b15.tar.gz scummvm-rg350-56ce2398d8d20bbafe7659078fa6836a47520b15.tar.bz2 scummvm-rg350-56ce2398d8d20bbafe7659078fa6836a47520b15.zip |
AVALANCHE: Remove 2 high-ascii characters
-rw-r--r-- | engines/avalanche/gyro2.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/avalanche/gyro2.cpp b/engines/avalanche/gyro2.cpp index d154bb07e4..a1efe5b72a 100644 --- a/engines/avalanche/gyro2.cpp +++ b/engines/avalanche/gyro2.cpp @@ -70,11 +70,11 @@ const Common::String Gyro::kLads[17] = { }; const Common::String Gyro::kLasses[4] = -{"Arkata", "Geida", "±", "the Wise Woman"}; +{"Arkata", "Geida", "\0xB1", "the Wise Woman"}; const char Gyro::kLadChar[] = "ASCDMTRwLfgeIyPu"; -const char Gyro::kLassChar[] = "kG±o"; +const char Gyro::kLassChar[] = "kG\0xB1o"; // Art gallery at 2,1; notice about this at 2,2. const int32 Gyro::kCatacombMap[8][8] = { |