diff options
| author | Henny022p <info@henny022.de> | 2021-02-19 06:33:34 +0100 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2021-02-19 06:33:34 +0100 |
| commit | 126feb121ff4409668f51a4a089fc87c25bb545c (patch) | |
| tree | 69b5fe5ac9aca1a456928fef23c6b20554c8bb29 /src/executeScriptCommandSet.c | |
| parent | aaea9b89f6916be97e39920a57ad589e9a412a6b (diff) | |
improved signature of StartPlayerScript
Diffstat (limited to 'src/executeScriptCommandSet.c')
| -rw-r--r-- | src/executeScriptCommandSet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/executeScriptCommandSet.c b/src/executeScriptCommandSet.c index 7895c28f..3a3edc53 100644 --- a/src/executeScriptCommandSet.c +++ b/src/executeScriptCommandSet.c @@ -752,7 +752,7 @@ void sub_0807E898(Entity* unk1, ScriptExecutionContext* unk2) { } void sub_0807E8C4(Entity* unk1, ScriptExecutionContext* unk2) { - StartPlayerScript(GetNextScriptCommandWordAfterCommandMetadata(unk2->unk_00)); + StartPlayerScript((u16*)GetNextScriptCommandWordAfterCommandMetadata(unk2->unk_00)); } void sub_0807E8D4(Entity* unk1, ScriptExecutionContext* unk2) { |
