]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/vehicles/all.qc
Make vehicles use the standard health resource instead of a custom field
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / vehicles / all.qc
index 44178f92f8178486eee45abbe90c2fff72345544..eed249b978d6d5fbd11f5187321853d94af8d64e 100644 (file)
@@ -1,18 +1,3 @@
-#ifndef VEHICLES_ALL_C
-#define VEHICLES_ALL_C
-
 #include "all.qh"
 
 REGISTER_NET_LINKED(ENT_CLIENT_AUXILIARYXHAIR)
-
-#if defined(SVQC)
-       #include "sv_vehicles.qc"
-#elif defined(CSQC)
-       #include "cl_vehicles.qc"
-#endif
-
-#define IMPLEMENTATION
-#include "all.inc"
-#undef IMPLEMENTATION
-
-#endif