Fix op_tap_key
This commit is contained in:
parent
4773ae5507
commit
5298dc0985
|
@ -98,7 +98,7 @@ static void opGetPcBonusStat(Program* program)
|
|||
// tap_key
|
||||
static void op_tap_key(Program* program)
|
||||
{
|
||||
int key = programStackPopInteger();
|
||||
int key = programStackPopInteger(program);
|
||||
sfall_kb_press_key(key);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue