chore(ui): clarify behavior

This commit is contained in:
fallenoak 2025-11-09 22:04:50 -06:00
parent 0741f84fb0
commit e348fe3e54
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -247,7 +247,7 @@ void FrameScript_Execute(int32_t function, FrameScript_Object* objectThis, int32
static char argName[] = { 'a', 'r', 'g', '0', 0, 0, 0 }; static char argName[] = { 'a', 'r', 'g', '0', 0, 0, 0 };
int32_t firstArg = event != 0; int32_t firstArg = event ? 1 : 0;
int32_t argId = 0; int32_t argId = 0;
if (firstArg < argCount) { if (firstArg < argCount) {