chore(error): add error codes and fix macro accuracy

This commit is contained in:
Adam Heinermann 2025-01-11 11:19:27 -08:00 committed by fallenoak
parent 0854138653
commit 6397c2fa17
6 changed files with 165 additions and 54 deletions

View file

@ -24,7 +24,7 @@ int32_t SErrDisplayError(uint32_t errorcode, const char* filename, int32_t linen
printf("\n=========================================================\n");
if (linenumber == -5) {
if (linenumber == SERR_LINECODE_EXCEPTION) {
printf("Exception Raised!\n\n");
printf(" App: %s\n", "GenericBlizzardApp");