Added skydome support.

This commit is contained in:
Justin Marshall
2026-05-24 11:54:07 -07:00
parent 3242531044
commit 029fd186dc
18 changed files with 281 additions and 37 deletions
+2
View File
@@ -48,10 +48,12 @@ public:
void Save( idRestoreGame *savefile );
void Restore( idRestoreGame *savefile );
const idMaterial* GetSkydomeMaterial() { return skydomeMaterial; }
private:
ID_SCRIPT_EVENT( "<immediateremove>", 0 )
ID_SCRIPT_EVENT( "remove", 0 )
void Event_Remove( void );
const idMaterial* skydomeMaterial;
};
#endif /* !__GAME_WORLDSPAWN_H__ */