diff options
-rw-r--r-- | backends/platform/ds/arm9/source/dsmain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ds/arm9/source/dsmain.cpp b/backends/platform/ds/arm9/source/dsmain.cpp index af5addac66..bd7df9b977 100644 --- a/backends/platform/ds/arm9/source/dsmain.cpp +++ b/backends/platform/ds/arm9/source/dsmain.cpp @@ -1179,7 +1179,7 @@ void addEventsToQueue() { if (currentGame->control == CONT_SKY) { - // Extra controls for Benieth a Steel Sky + // Extra controls for Beneath a Steel Sky if ((getKeysDown() & KEY_DOWN)) { penY = 0; penX = 160; // Show inventory by moving mouse onto top line |