diff options
author | Max Horn | 2003-12-20 21:56:48 +0000 |
---|---|---|
committer | Max Horn | 2003-12-20 21:56:48 +0000 |
commit | ff83b4cb24456ef6775a7e87b8ec9eb842debf8c (patch) | |
tree | 598bbd1eadb4282b4ee8d0f15796deec3634849e | |
parent | 2554ced5e970301e46f1b8035975762447b900f2 (diff) | |
download | scummvm-rg350-ff83b4cb24456ef6775a7e87b8ec9eb842debf8c.tar.gz scummvm-rg350-ff83b4cb24456ef6775a7e87b8ec9eb842debf8c.tar.bz2 scummvm-rg350-ff83b4cb24456ef6775a7e87b8ec9eb842debf8c.zip |
fix warning
svn-id: r11790
-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) { |