summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorAkira Akashi <rubenru09@aol.com>2021-05-26 03:30:25 +0100
committerGitHub <noreply@github.com>2021-05-26 03:30:25 +0100
commit395de03637046068e1b4ad79f1c8b230b8f2b0c8 (patch)
treec73803288addbc3256be6ca71a965670833c55fe /include/global.h
parent73e48106d014792276f46e185b1a7ccd30bf4f00 (diff)
parent7d10ba28169226bf00b741f7d01bc3386b383343 (diff)
Merge branch 'master' into unk_0208A300
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h2
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;