From b42967d76226d4ed21d649c1bc6424c6c6bf1902 Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Fri, 11 Aug 2017 20:02:28 +0200 Subject: [PATCH] Cosmetic --- src/decblupi.cxx | 8 ++++---- src/event.cxx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/decblupi.cxx b/src/decblupi.cxx index 94e7879..df91885 100644 --- a/src/decblupi.cxx +++ b/src/decblupi.cxx @@ -895,7 +895,7 @@ Sint32 CDecor::ListSearch ( 2, BUTTON_CULTIVE, BUTTON_EAT, 1, // errors - 4, BUTTON_FLOWER, BUTTON_CARRY, BUTTON_LABO, BUTTON_DEPOSE, + 4, BUTTON_FLOWER, BUTTON_CARRY, BUTTON_LABO, BUTTON_DEPOSE, 2, // errors 3, BUTTON_CARRY, BUTTON_LABO, BUTTON_DEPOSE, @@ -910,19 +910,19 @@ Sint32 CDecor::ListSearch ( 3, BUTTON_EXTRAIT, BUTTON_MAKEARMOR, BUTTON_DARMOR, 6, // errors - 4, BUTTON_ABAT, BUTTON_CARRY, BUTTON_DEPOSE, BUTTON_PALIS, + 4, BUTTON_ABAT, BUTTON_CARRY, BUTTON_DEPOSE, BUTTON_PALIS, 7, // errors 3, BUTTON_CARRY, BUTTON_DEPOSE, BUTTON_PALIS, 8, // errors - 4, BUTTON_ABAT, BUTTON_CARRY, BUTTON_DEPOSE, BUTTON_BRIDGE, + 4, BUTTON_ABAT, BUTTON_CARRY, BUTTON_DEPOSE, BUTTON_BRIDGE, 9, // errors 3, BUTTON_CARRY, BUTTON_DEPOSE, BUTTON_BRIDGE, 10, // errors - 4, BUTTON_ABAT, BUTTON_CARRY, BUTTON_DEPOSE, BUTTON_BOAT, + 4, BUTTON_ABAT, BUTTON_CARRY, BUTTON_DEPOSE, BUTTON_BOAT, 11, // errors 3, BUTTON_CARRY, BUTTON_DEPOSE, BUTTON_BOAT, diff --git a/src/event.cxx b/src/event.cxx index 291cb4e..2bce738 100644 --- a/src/event.cxx +++ b/src/event.cxx @@ -3638,7 +3638,7 @@ void CEvent::ChangeButtons (Sint32 message) pButtonExist[message - EV_BUTTON0] = state; pButtonExist[BUTTON_DJEEP] = true; - pButtonExist[BUTTON_DARMOR] = true; + pButtonExist[BUTTON_DARMOR] = true; } if (m_phase == EV_PHASE_TERM)