mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-21 11:21:41 +00:00
skyportal compile fix
This commit is contained in:
parent
bfb0ff31c4
commit
b5c4057d74
1 changed files with 4 additions and 1 deletions
|
@ -5,6 +5,9 @@
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
//
|
//
|
||||||
// $Log$
|
// $Log$
|
||||||
|
// Revision 1.86 2002/07/16 04:09:44 niceass
|
||||||
|
// skyportal compile fix
|
||||||
|
//
|
||||||
// Revision 1.85 2002/07/13 22:43:59 makro
|
// Revision 1.85 2002/07/13 22:43:59 makro
|
||||||
// Semi-working fog hull, semi-working sky portals (cgame code commented out)
|
// Semi-working fog hull, semi-working sky portals (cgame code commented out)
|
||||||
// Basically, semi-working stuff :P
|
// Basically, semi-working stuff :P
|
||||||
|
@ -519,7 +522,7 @@ extern radio_msg_t female_radio_msgs[];
|
||||||
//Makro - color for the loading screen text
|
//Makro - color for the loading screen text
|
||||||
//#define CS_LOADINGSCREEN 29
|
//#define CS_LOADINGSCREEN 29
|
||||||
//Makro - sky portals !
|
//Makro - sky portals !
|
||||||
//#define CS_SKYPORTAL 30
|
#define CS_SKYPORTAL 30
|
||||||
//Makro - fog hull
|
//Makro - fog hull
|
||||||
#define CS_FOGHULL 31
|
#define CS_FOGHULL 31
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue