ops
This commit is contained in:
parent
3df679a857
commit
ab91e70d9f
1 changed files with 1 additions and 1 deletions
2
lua.cpp
2
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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue