aboutsummaryrefslogtreecommitdiff
path: root/sword2/mouse.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2003-10-08 06:58:34 +0000
committerTorbjörn Andersson2003-10-08 06:58:34 +0000
commit7adf0ff1fcd4e22c957455bb4ab7e24dc7a07e72 (patch)
tree3650f00c071e450850d0720a48fbadd707bb168e /sword2/mouse.cpp
parentc630856470f771972e3c10a34532d61ed518c717 (diff)
downloadscummvm-rg350-7adf0ff1fcd4e22c957455bb4ab7e24dc7a07e72.tar.gz
scummvm-rg350-7adf0ff1fcd4e22c957455bb4ab7e24dc7a07e72.tar.bz2
scummvm-rg350-7adf0ff1fcd4e22c957455bb4ab7e24dc7a07e72.zip
Some more cosmetic changes while I'm considering the next move. (Or maybe
I'm just hoping that if I stall long enough, someone else will make the move for me. :-) svn-id: r10676
Diffstat (limited to 'sword2/mouse.cpp')
-rw-r--r--sword2/mouse.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sword2/mouse.cpp b/sword2/mouse.cpp
index b066122582..49b0d63384 100644
--- a/sword2/mouse.cpp
+++ b/sword2/mouse.cpp
@@ -853,7 +853,7 @@ uint32 Check_mouse_list(void) {
CreatePointerText(mouse_list[j].pointer_text, mouse_list[j].pointer);
// return pointer type
- return(mouse_list[j].pointer);
+ return mouse_list[j].pointer;
}
j++;
@@ -1329,7 +1329,7 @@ int32 FN_set_object_held(int32 *params) {
int32 FN_remove_chooser(int32 *params) {
HideMenu(RDMENU_BOTTOM);
- return(IR_CONT);
+ return IR_CONT;
}
int32 FN_disable_menu(int32 *params) {