From 6953a76ad51c1d9ded65bedecf8ef2d3d48d81ef Mon Sep 17 00:00:00 2001 From: Chris Sarbora Date: Sun, 23 Jun 2024 06:21:32 -0500 Subject: [PATCH] Define OutrageMessageBox regardless of DEBUG --- lib/pserror.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/pserror.h b/lib/pserror.h index 4b6ae3880..0bcdd09cc 100644 --- a/lib/pserror.h +++ b/lib/pserror.h @@ -164,11 +164,9 @@ void Int3MessageBox(const char *file, int line); #define MBOX_YESNO 2 #define MBOX_YESNOCANCEL 3 #define MBOX_ABORTRETRYIGNORE 4 -#if (defined(EDITOR) || defined(NEWEDITOR) || defined(_DEBUG)) // prints out a standard OS messagebox void OutrageMessageBox(const char *str, ...); int OutrageMessageBox(int type, const char *str, ...); -#endif // Sets the title for future OutrageMessageBox() dialogs void SetMessageBoxTitle(const char *title); // Write a block of text to the system clipboard