summaryrefslogtreecommitdiff
path: root/src/JSystem/JUtility/JUTAssert.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/JSystem/JUtility/JUTAssert.cpp')
-rw-r--r--src/JSystem/JUtility/JUTAssert.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/JSystem/JUtility/JUTAssert.cpp b/src/JSystem/JUtility/JUTAssert.cpp
index 61bed4e37e..e6715ef1c4 100644
--- a/src/JSystem/JUtility/JUTAssert.cpp
+++ b/src/JSystem/JUtility/JUTAssert.cpp
@@ -9,6 +9,9 @@
#include "JSystem/JUtility/JUTDirectPrint.h"
#include "stdio.h"
+/* 804508F8-80450900 000378 0008+00 0/0 3/3 0/0 .sdata None */
+bool sAssertVisible = true;
+
namespace JUTAssertion {
/* 802E495C-802E4960 2DF29C 0004+00 0/0 1/1 0/0 .text create__12JUTAssertionFv */
@@ -222,4 +225,4 @@ void setMessageCount(int msg_count) {
sMessageLife = msg_count <= 0 ? 0 : msg_count;
}
-}; // namespace JUTAssertion \ No newline at end of file
+}; // namespace JUTAssertion