From ab91e70d9f1c6e566e57acc85b19ad4ace41ed18 Mon Sep 17 00:00:00 2001 From: Pawel Kolodziejski Date: Fri, 8 Apr 2005 11:49:00 +0000 Subject: [PATCH] ops --- lua.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua.cpp b/lua.cpp index e076c565e4b..c8426996985 100644 --- a/lua.cpp +++ b/lua.cpp @@ -1505,7 +1505,7 @@ static void GetTextSpeed() { } static void SetTextSpeed() { - int speed = check_int(2); + int speed = check_int(1); g_engine->setTextSpeed(speed); }