]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/defs.qh
FINALLY done adding all of the commands to clientcommands.qc!! Now it just needs...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / defs.qh
index 2e8ba3d698064524db892edbc3145e981e3fc889..0e57c5c369f0373bc88e3f858f0206f646d6e997 100644 (file)
@@ -284,8 +284,6 @@ float orig_slowmo; // contains the value of autocvar_slowmo so that, after timeo
 .vector lastV_angle; //used when pausing the game in order to force the player to keep his old view angle fixed
 entity timeoutHandler; //responsible for centerprinting the timeout countdowns and playing sounds
 void timeoutHandler_Think();
-void evaluateTimeout();
-void evaluateTimein();
 string getTimeoutText(float addOneSecond);
 
 .float spawnshieldtime;