Added setAnim to camera. Added global fog set via worldspawn.

This commit is contained in:
Justin Marshall
2026-05-21 06:17:29 -07:00
parent 24e694c240
commit aec93deaa0
26 changed files with 571 additions and 156 deletions
+1
View File
@@ -125,6 +125,7 @@ private:
void LoadAnim( void );
void Event_Start( void );
void Event_Stop( void );
void Event_SetAnim( const char *animName );
void Event_SetCallback( void );
void Event_Activate( idEntity *activator );
};