diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-05-26 03:30:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-26 03:30:42 +0100 |
commit | ee7aa44008bebf78301dd0f9d99306dc1a1b6502 (patch) | |
tree | 962ac39843c509cd6cbff6a85287258a3a9f3a5b /include/global.h | |
parent | 10bb8f2d4317fd606fef6c0d3b7345fd324fe583 (diff) | |
parent | 7d10ba28169226bf00b741f7d01bc3386b383343 (diff) |
Merge branch 'master' into unkk_020851B8
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index 1c92a1ec..1853dbc3 100644 --- a/include/global.h +++ b/include/global.h @@ -11,7 +11,7 @@ #define NELEMS(a) (sizeof(a) / sizeof(*(a))) -#define GF_ASSERT(expr) do {if (!(expr)) ErrorHandling();} while (0) +#define GF_ASSERT(expr) do {if (!(expr)) GF_AssertFail();} while (0) #ifndef IN_MAIN_C extern const u8 gGameLanguage; |