]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/warpzonelib/client.qh
Merge branch 'master' into terencehill/centerprint_stuff
[xonotic/xonotic-data.pk3dir.git] / qcsrc / warpzonelib / client.qh
index 5ab212a333e938c9e7bcb7c18fe46adba6e71dba..446c917dbfdb86ee4c50e20e9a29660b9fba8dd0 100644 (file)
@@ -1,10 +1,9 @@
 void WarpZone_Read(float bIsNewEntity);
 void WarpZone_Camera_Read(float bIsNewEntity);
+void WarpZone_Teleported_Read(float bIsNewEntity);
 
-vector warpzone_fixview_origin;
-vector warpzone_fixview_angles;
-void WarpZone_FixView(); // this saves the previous values
-void WarpZone_UnFixView(); // and restores them
+void WarpZone_FixPMove();
+void WarpZone_FixView();
 
 void WarpZone_Init();
 void WarpZone_Shutdown();