From b5c4057d747ba5b42878dbea32692d733118b780 Mon Sep 17 00:00:00 2001 From: Bryce Hutchings Date: Tue, 16 Jul 2002 04:09:44 +0000 Subject: [PATCH] skyportal compile fix --- reaction/game/bg_public.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/reaction/game/bg_public.h b/reaction/game/bg_public.h index 45c001a3..3b4f3dbe 100644 --- a/reaction/game/bg_public.h +++ b/reaction/game/bg_public.h @@ -5,6 +5,9 @@ //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.86 2002/07/16 04:09:44 niceass +// skyportal compile fix +// // Revision 1.85 2002/07/13 22:43:59 makro // Semi-working fog hull, semi-working sky portals (cgame code commented out) // Basically, semi-working stuff :P @@ -519,7 +522,7 @@ extern radio_msg_t female_radio_msgs[]; //Makro - color for the loading screen text //#define CS_LOADINGSCREEN 29 //Makro - sky portals ! -//#define CS_SKYPORTAL 30 +#define CS_SKYPORTAL 30 //Makro - fog hull #define CS_FOGHULL 31