aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/game.cpp')
-rw-r--r--engines/tony/game.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/engines/tony/game.cpp b/engines/tony/game.cpp
index 00aa9c1109..224427d10f 100644
--- a/engines/tony/game.cpp
+++ b/engines/tony/game.cpp
@@ -43,10 +43,7 @@ namespace Tony {
using namespace MPAL;
-/****************************************/
-/* Global functions */
-/****************************************/
-
+// Global functions
void mainEnableGUI() {
g_vm->getEngine()->_bGUIInterface = true;
g_vm->getEngine()->_bGUIInventory = true;
@@ -1045,7 +1042,7 @@ void RMOptionScreen::doFrame(CORO_PARAM, RMInput *input) {
#define PROCESS_CHAR(cod,c) if (KEYPRESS(cod)) { \
_editName[strlen(_editName) + 1] = '\0'; _editName[strlen(_editName)] = c; _ctx->bRefresh = true; }
- /**************** State Buttons **************/
+ // State Buttons
if (_bEditSaveName) {
if (KEYPRESS(Common::KEYCODE_BACKSPACE)) {
if (_editName[0] != '\0') {