mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Fixed event parameters being wrong
This commit is contained in:
parent
5e83e03e33
commit
0dda70cca1
1 changed files with 2 additions and 2 deletions
|
@ -67,9 +67,9 @@ ScriptCommandEvent::ScriptCommandEvent(unsigned int eventNum)
|
|||
}
|
||||
|
||||
ScriptCommandEvent::ScriptCommandEvent(unsigned int eventNum, size_t numArgs)
|
||||
: Event(eventNum, numArgs)
|
||||
: Event(eventNum)
|
||||
{
|
||||
fromScript = true;
|
||||
fromScript = true;
|
||||
}
|
||||
|
||||
ScriptVMStack::ScriptVMStack()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue