ref: 99474e4aefae152c231b9aa6d9888d8706147141
parent: 132f5235106b703f477dca05e85089ed63583ddf
author: Clownacy <Clownacy@users.noreply.github.com>
date: Sat Feb 16 19:43:38 EST 2019
Fix another capitalisation error in the stage table Should probably stick these fixes in FIX_BUGS at some point...
--- a/src/Stage.cpp
+++ b/src/Stage.cpp
@@ -89,7 +89,7 @@
STAGE_ENTRY("Cent", "Cent", 1, "bkGreen", "Guest", "Cent", 0, "Plantation", "���_��"),
STAGE_ENTRY("Jail", "Jail1", 4, "bk0", "Guest", "Cent", 0, "Jail No. 1", "���P�S"),
STAGE_ENTRY("Jail", "Momo", 4, "bk0", "Guest", "0", 0, "Hideout", "�J�N���K"),
- STAGE_ENTRY("Jail", "lounge", 4, "bk0", "Guest", "0", 0, "Rest Area", "�x�e��"),
+ STAGE_ENTRY("Jail", "Lounge", 4, "bk0", "Guest", "0", 0, "Rest Area", "�x�e��"),
STAGE_ENTRY("Store", "CentW", 4, "bk0", "Guest", "Cent", 0, "Teleporter", "�]����"),
STAGE_ENTRY("Store", "Jail2", 4, "bk0", "Guest", "Cent", 0, "Jail No. 2", "���Q�S"),
STAGE_ENTRY("White", "Blcny1", 7, "bkFog", "Ravil", "Heri", 0, "Balcony", "�o���R�j�["),
--
⑨