]> de.git.xonotic.org Git - voretournament/voretournament.git/blob - data/qcsrc/warpzonelib/client.qh
Change "Being swallowed..." to "Swallowed..." on the HUD ring.
[voretournament/voretournament.git] / data / qcsrc / warpzonelib / client.qh
1 void WarpZone_Read(float bIsNewEntity);
2 void WarpZone_Camera_Read(float bIsNewEntity);
3
4 vector warpzone_fixview_origin;
5 vector warpzone_fixview_angles;
6 void WarpZone_FixView(); // this saves the previous values
7 void WarpZone_UnFixView(); // and restores them
8
9 void WarpZone_Init();
10 void WarpZone_Shutdown();