aboutsummaryrefslogtreecommitdiff
path: root/sword2/console.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/console.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/console.cpp')
-rw-r--r--sword2/console.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sword2/console.cpp b/sword2/console.cpp
index 62b221c0b9..5f125ff117 100644
--- a/sword2/console.cpp
+++ b/sword2/console.cpp
@@ -393,7 +393,7 @@ uint32 Parse_user_input(void) {
// quick check for numbers here
if (!isalpha(console_buffer[0])) {
Print_to_console("Eh?");
- return(0);
+ return 0;
}
j = 0;
@@ -599,7 +599,7 @@ uint32 Parse_user_input(void) {
return 0;
case 35: // VERSION
Con_display_version();
- return(0);
+ return 0;
case 36: // SOFT
case 37: // HARD
// ScummVM doesn't distinguish between