X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fturrets%2Fconfig.qh;h=ac09e9e37248f3f5320a1df3267f758820140126;hb=573a45ee4af6014b2465242cbf884453d371b5da;hp=bb2a81b847eb740251b5ba126335dfd8295e5e49;hpb=d4e9ae30b350c9f471dcb72929e976735c818919;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/turrets/config.qh b/qcsrc/common/turrets/config.qh index bb2a81b84..ac09e9e37 100644 --- a/qcsrc/common/turrets/config.qh +++ b/qcsrc/common/turrets/config.qh @@ -1,5 +1,4 @@ -#ifndef TURRETS_CONFIG_H -#define TURRETS_CONFIG_H +#pragma once #ifdef SVQC @@ -7,15 +6,10 @@ void Dump_Turret_Settings(); float tur_config_file; float tur_config_alsoprint; -const int MAX_TUR_CONFIG = 256; float TUR_CONFIG_COUNT; -string tur_config_queue[MAX_TUR_CONFIG]; - #define TUR_CONFIG_WRITETOFILE(a) { \ fputs(tur_config_file, a); \ if(tur_config_alsoprint) { LOG_INFO(a); } } #endif - -#endif