]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
add autocvars.qh
authorRudolf Polzer <divverent@alientrap.org>
Tue, 22 Jun 2010 13:28:31 +0000 (15:28 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Tue, 22 Jun 2010 13:28:31 +0000 (15:28 +0200)
qcsrc/server/autocvars.qh [new file with mode: 0644]
qcsrc/server/cheats.qc
qcsrc/server/cl_physics.qc
qcsrc/server/g_tetris.qc
qcsrc/server/progs.src

diff --git a/qcsrc/server/autocvars.qh b/qcsrc/server/autocvars.qh
new file mode 100644 (file)
index 0000000..36334b2
--- /dev/null
@@ -0,0 +1,3 @@
+float autocvar_sv_cheats;
+float autocvar_g_bastet;
+var float autocvar_g_movement_highspeed = 1;
index 45eab621ea6b83caf327e662ceff0648dc2d09fe..6ef82679444fc021f0e4d53b42bf278333cf9b8f 100644 (file)
@@ -15,7 +15,6 @@ void Drag_MoveDrag(entity from, entity to) { }
 
 .float maycheat;
 float sv_cheats;
-float autocvar_sv_cheats;
 
 #define CHIMPULSE_SPEEDRUN_INIT 30
 #define CHIMPULSE_GIVE_ALL 99
index 3a405c40be8f52fe179c71cb631ec044da90213c..ac6789586793c86387026ffdfbb787d44850cebd 100644 (file)
@@ -641,7 +641,6 @@ void race_send_speedaward_alltimebest(float msg)
 string GetMapname(void);
 float speedaward_lastupdate;
 float speedaward_lastsent;
-var float autocvar_g_movement_highspeed = 1;
 void SV_PlayerPhysics()
 {
        local vector wishvel, wishdir, v;
index 3f14bf3e7ea9eaa12dc459cb2c9e15b36c850494..64226b21b2a3e16d30807a80159fd62a1edab0e5 100644 (file)
@@ -8,7 +8,6 @@ compile with -DTETRIS
 
 #ifdef TETRIS
 
-float autocvar_g_bastet;
 .vector tet_org;
 
 float tet_vs_current_id;
index d1d0d1d3af9677dc9f6470d359a82707ee8f7b9c..c174177b2002cf0251ed6bc05d8762592f7c0b24 100644 (file)
@@ -6,6 +6,7 @@ pre-builtins.qh
 builtins.qh
 extensions.qh
 post-builtins.qh
+autocvars.qh
 
 ../warpzonelib/anglestransform.qh
 ../warpzonelib/mathlib.qh