Use enums in more scripts

This commit is contained in:
Tal Hayon
2022-05-13 23:52:03 +03:00
parent d56bcc28f3
commit 422fb8ed14
16 changed files with 114 additions and 120 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ void sub_080602BC(Entity* this) {
MessageNoOverlap(gUnk_0810A362[index], this);
}
void sub_0806030C(Entity* this, ScriptExecutionContext* context) {
void script_ModBombs(Entity* this, ScriptExecutionContext* context) {
ModBombs(context->intVariable);
}