From f28bdf12a07a7bd86d74e2c7db1fce98fee8e472 Mon Sep 17 00:00:00 2001 From: ZZYZX Date: Mon, 6 Mar 2017 06:29:30 +0200 Subject: [PATCH] StaticEventHandler.InputProcess should not alter playsim directly --- wadsrc/static/zscript/events.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/zscript/events.txt b/wadsrc/static/zscript/events.txt index e1c2b485a..c6c01c54f 100755 --- a/wadsrc/static/zscript/events.txt +++ b/wadsrc/static/zscript/events.txt @@ -318,7 +318,7 @@ class StaticEventHandler : Object native play version("2.4") // virtual native ui bool UiProcess(UiEvent e); - virtual native bool InputProcess(InputEvent e); + virtual native ui bool InputProcess(InputEvent e); // virtual native ui void ConsoleProcess(ConsoleEvent e);