MGXRace / racesow

Source code for Quake 2-derived game engine powering the game "Warsow"
6 stars 2 forks source link

Some maps change gravity, changes persist across different maps #33

Closed kalhartt closed 9 years ago

kalhartt commented 9 years ago

I suspect this line. A trigger shouldn't be able to set a cvar

I think we should put a gravity attribute on level_locals_t which reads from cvar at level init, then use this value for all future calculations