From 16a57f299cdad82a87c1d397b56b663a9426c38e Mon Sep 17 00:00:00 2001 From: Florian Kagerer Date: Sun, 15 Feb 2009 03:36:30 +0000 Subject: LOL: - implemented proper button processing (works exactly as in Kyra 2 and 3, so we do have some code duplication atm, I just fixed right mouse button support for LOL) - keyboard control now works svn-id: r38190 --- engines/kyra/gui.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/kyra/gui.h') diff --git a/engines/kyra/gui.h b/engines/kyra/gui.h index 76cc5a5169..ba47e7e92c 100644 --- a/engines/kyra/gui.h +++ b/engines/kyra/gui.h @@ -46,8 +46,8 @@ struct Button { Button *nextButton; uint16 index; - uint16 unk6; - uint16 unk8; + uint16 keyCode; + uint16 keyCode2; byte data0Val1; byte data1Val1; -- cgit v1.2.3