X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fvehicles%2Fvehicle%2Fspiderbot.qc;h=ca72ec1b23b034658bcb8617a9e60a2f9a4c9a21;hp=68b422fad820bac87b4aaf2d276bf64458e82534;hb=332093fd038d8de235e44c351b94a893ca0c0831;hpb=761fb981d742f869d7057a3bb7e3369329fdbe18 diff --git a/qcsrc/common/vehicles/vehicle/spiderbot.qc b/qcsrc/common/vehicles/vehicle/spiderbot.qc index 68b422fad8..ca72ec1b23 100644 --- a/qcsrc/common/vehicles/vehicle/spiderbot.qc +++ b/qcsrc/common/vehicles/vehicle/spiderbot.qc @@ -1,5 +1,7 @@ #include "spiderbot.qh" +#ifdef GAMEQC + const int SBRM_FIRST = 1; const int SBRM_VOLLY = 1; const int SBRM_GUIDE = 2; @@ -637,3 +639,5 @@ METHOD(Spiderbot, vr_setup, void(Spiderbot thisveh, entity instance)) } #endif + +#endif