From 99474e4aefae152c231b9aa6d9888d8706147141 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Sun, 17 Feb 2019 00:43:38 +0000 Subject: [PATCH] Fix another capitalisation error in the stage table Should probably stick these fixes in FIX_BUGS at some point... --- src/Stage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Stage.cpp b/src/Stage.cpp index 31c2f755..70abc405 100644 --- a/src/Stage.cpp +++ b/src/Stage.cpp @@ -89,7 +89,7 @@ const STAGE_TABLE gTMT[95] = { STAGE_ENTRY("Cent", "Cent", 1, "bkGreen", "Guest", "Cent", 0, "Plantation", "大農園"), STAGE_ENTRY("Jail", "Jail1", 4, "bk0", "Guest", "Cent", 0, "Jail No. 1", "第1牢"), STAGE_ENTRY("Jail", "Momo", 4, "bk0", "Guest", "0", 0, "Hideout", "カクレガ"), - STAGE_ENTRY("Jail", "lounge", 4, "bk0", "Guest", "0", 0, "Rest Area", "休憩所"), + STAGE_ENTRY("Jail", "Lounge", 4, "bk0", "Guest", "0", 0, "Rest Area", "休憩所"), STAGE_ENTRY("Store", "CentW", 4, "bk0", "Guest", "Cent", 0, "Teleporter", "転送室"), STAGE_ENTRY("Store", "Jail2", 4, "bk0", "Guest", "Cent", 0, "Jail No. 2", "第2牢"), STAGE_ENTRY("White", "Blcny1", 7, "bkFog", "Ravil", "Heri", 0, "Balcony", "バルコニー"),