aboutsummaryrefslogtreecommitdiff
path: root/saga/input.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/input.cpp')
-rw-r--r--saga/input.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/input.cpp b/saga/input.cpp
index cc1db9bd45..62ce7e4103 100644
--- a/saga/input.cpp
+++ b/saga/input.cpp
@@ -37,7 +37,7 @@ int SagaEngine::processInput() {
R_POINT imouse_pt;
- while (g_system->poll_event(&event)) {
+ while (g_system->pollEvent(event)) {
int in_char;
switch (event.event_code) {