Skip to content

Commit 6ecb7cf

Browse files
committed
Fix another VC6 compile error
1 parent f04346b commit 6ecb7cf

File tree

1 file changed

+1
-1
lines changed
  • Core/GameEngine/Include/Common

1 file changed

+1
-1
lines changed

Core/GameEngine/Include/Common/Debug.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ class AsciiString;
190190
if (!ignoreCrash) { \
191191
TheCurrentIgnoreCrashPtr = &ignoreCrash; \
192192
DebugCrash m ; \
193-
TheCurrentIgnoreCrashPtr = NULL; \
193+
TheCurrentIgnoreCrashPtr = 0; \
194194
} \
195195
} \
196196
} while (0)

0 commit comments

Comments
 (0)