diff options
Diffstat (limited to 'sword1')
-rw-r--r-- | sword1/control.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sword1/control.cpp b/sword1/control.cpp index cdeb194709..baa30a9579 100644 --- a/sword1/control.cpp +++ b/sword1/control.cpp @@ -82,7 +82,7 @@ enum ButtonIds { BUTTON_SAVE_SELECT7, BUTTON_SAVE_SELECT8, BUTTON_SAVE_RESTORE_OKAY, - BUTTON_SAVE_CANCEL, + BUTTON_SAVE_CANCEL }; ControlButton::ControlButton(uint16 x, uint16 y, uint32 resId, uint8 id, ResMan *pResMan, uint8 *screenBuf, OSystem *system) { |