From c7f5e7abd4f683f2837ba220a8204de891f00321 Mon Sep 17 00:00:00 2001 From: kreatordxx <> Date: Sun, 25 Jul 2010 01:25:19 +0000 Subject: [PATCH] Actually commit d1x-rebirth/main/inferno.h --- main/inferno.h | 1 + 1 file changed, 1 insertion(+) diff --git a/main/inferno.h b/main/inferno.h index 0e58a7c6e..342b9f304 100644 --- a/main/inferno.h +++ b/main/inferno.h @@ -53,6 +53,7 @@ COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. **/ extern jmp_buf LeaveEvents; +extern int Quitting; extern int Function_mode; //in game or editor? extern int Screen_mode; //editor screen or game screen? extern int MacHog;