diff options
Diffstat (limited to 'engines/fullpipe/scenes/scene23.cpp')
-rw-r--r-- | engines/fullpipe/scenes/scene23.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/scenes/scene23.cpp b/engines/fullpipe/scenes/scene23.cpp index 2bb928f007..a2d4f01f2b 100644 --- a/engines/fullpipe/scenes/scene23.cpp +++ b/engines/fullpipe/scenes/scene23.cpp @@ -351,7 +351,7 @@ void sceneHandler23_pushButton(ExCommand *cmd) { void sceneHandler23_sendClick(StaticANIObject *ani) { int msg = 0; - switch (ani->_okeyCode) { + switch (ani->_odelay) { case 0: msg = MSG_SC23_CLICKBTN1; break; |