aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/include/console.h
diff options
context:
space:
mode:
authorMax Horn2009-02-16 00:35:22 +0000
committerMax Horn2009-02-16 00:35:22 +0000
commit74132ed71aa69f2b651815b181ce54a835b448b2 (patch)
tree600260243c40c98843bf5bfdbfa6eaf7bf9d7293 /engines/sci/include/console.h
parentddaa25cf29c3bbf55d090db92daf5c9736360922 (diff)
downloadscummvm-rg350-74132ed71aa69f2b651815b181ce54a835b448b2.tar.gz
scummvm-rg350-74132ed71aa69f2b651815b181ce54a835b448b2.tar.bz2
scummvm-rg350-74132ed71aa69f2b651815b181ce54a835b448b2.zip
SCI: cleanup
svn-id: r38336
Diffstat (limited to 'engines/sci/include/console.h')
-rw-r--r--engines/sci/include/console.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/include/console.h b/engines/sci/include/console.h
index 7c8c4fa1b0..14bc300eae 100644
--- a/engines/sci/include/console.h
+++ b/engines/sci/include/console.h
@@ -54,7 +54,7 @@ extern FILE *con_file;
struct _state; /* state_t later on */
typedef union {
- long val;
+ int32 val;
char *str;
reg_t reg;
} cmd_param_t;