mirror of
https://github.com/kevinbentley/Descent3.git
synced 2026-04-30 16:00:06 -04:00
Isolate misc module
Isolate misc module for better dependency handling.
This commit is contained in:
@@ -114,7 +114,7 @@ bool error_Init(bool debugger, bool mono_debug, const char *app_title) {
|
||||
return true;
|
||||
}
|
||||
|
||||
extern int no_debug_dialog;
|
||||
int no_debug_dialog = 0;
|
||||
|
||||
// exits the application and prints out a standard error message
|
||||
void Error(const char *fmt, ...) {
|
||||
|
||||
Reference in New Issue
Block a user