Skip to content

Commit

Permalink
Merge pull request #461 from tophyr/outrage-message-box
Browse files Browse the repository at this point in the history
Define OutrageMessageBox regardless of DEBUG
  • Loading branch information
Lgt2x authored Jun 25, 2024
2 parents 95f3efe + 6953a76 commit 1ed931f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/pserror.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ed931f

Please sign in to comment.