Random fixes

This commit is contained in:
Alexander S. Aganichev
2002-10-26 16:28:01 +00:00
parent 542867d190
commit 5c40b1a909
16 changed files with 85 additions and 33 deletions

View File

@@ -34,7 +34,7 @@
void ErrorExit(int type) {
static int in_error_exit = false;
static int in_error_exit = 0;
if(not in_error_exit++) {
error_exit = type;