]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/rubble.qc
Declare more ints as ints
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / rubble.qc
index 3363f8971ec6e5d6dd44dd89f2b53a1fd5d1551a..c09dd18aed4ed8bfe1cc3cc78256e869489efcc1 100644 (file)
@@ -1,11 +1,9 @@
 #if defined(CSQC)
-       #include "../dpdefs/csprogsdefs.qh"
+       #include "rubble.qh"
 #elif defined(MENUQC)
 #elif defined(SVQC)
 #endif
 
-.float creationtime;
-
 // LordHavoc: rewrote this file, it was really bad code
 
 void RubbleLimit(string cname, float limit, void() deleteproc)