diff options
Diffstat (limited to 'src/port/Game.cpp')
| -rw-r--r-- | src/port/Game.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/port/Game.cpp b/src/port/Game.cpp index c1afe80b1..375bca787 100644 --- a/src/port/Game.cpp +++ b/src/port/Game.cpp @@ -288,6 +288,7 @@ s32 CM_GetCrossingOnTriggered(uintptr_t* crossing) { if (ptr) { return ptr->OnTriggered; } + return 0; } /** |
