aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/include
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/include')
-rw-r--r--engines/sci/include/uinput.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/include/uinput.h b/engines/sci/include/uinput.h
index eb9a5a6439..dbf8cc424f 100644
--- a/engines/sci/include/uinput.h
+++ b/engines/sci/include/uinput.h
@@ -61,7 +61,7 @@ struct sci_event_t {
/*Fake values for other events*/
#define SCI_EVT_ERROR (1<<10)
#define SCI_EVT_QUIT (1<<11)
-#define SCI_EVT_NONBLOCK (1<<15)
+#define SCI_EVT_PEEK (1<<15)
/* The QUIT event may be used to signal an external 'quit' command being
** issued to the gfx driver. */
#define SCI_EVT_ANY 0x7fff