From 2dd3f2f091df0ca5a6de9364e598220721e90f86 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Thu, 23 Feb 2012 21:13:21 +1000 Subject: Bump the script quitting time. --- LuaSL/src/LuaSL_test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LuaSL/src/LuaSL_test.c b/LuaSL/src/LuaSL_test.c index 3d27dd2..1008e8f 100644 --- a/LuaSL/src/LuaSL_test.c +++ b/LuaSL/src/LuaSL_test.c @@ -118,12 +118,12 @@ static Eina_Bool _timer_cb(void *data) // sendForth(game, me->SID, "events.touch_start(1)"); break; } - case 7 : + case 9 : { sendForth(game, me->SID, "quit()"); break; } - case 9 : + case 11 : { exit = TRUE; break; -- cgit v1.1