aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci')
-rw-r--r--engines/sci/event.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/sci/event.h b/engines/sci/event.h
index 1e76f8e6f6..6d4f0652df 100644
--- a/engines/sci/event.h
+++ b/engines/sci/event.h
@@ -29,14 +29,14 @@
namespace Sci {
struct SciEvent {
- short type;
- short modifiers;
+ uint16 type;
+ uint16 modifiers;
/**
* For keyboard events: the actual character of the key that was pressed
* For 'Alt', characters are interpreted by their
* PC keyboard scancodes.
*/
- short character;
+ uint16 character;
/**
* The mouse position at the time the event was created.