X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmapinfo.qh;h=54255ec8d2aa153abfb6da7242d08b3635c40423;hb=253cc10990569fd90917dba809ce03c90fc89336;hp=6083350fa92028cf2be820c251875847a0927e9e;hpb=bb80a6aba067167c6ef8d5f3465f03bd34142fa2;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/mapinfo.qh b/qcsrc/common/mapinfo.qh index 6083350fa..54255ec8d 100644 --- a/qcsrc/common/mapinfo.qh +++ b/qcsrc/common/mapinfo.qh @@ -152,7 +152,7 @@ float MapInfo_Type_FromString(string t); string MapInfo_Type_Description(float t); string MapInfo_Type_ToString(float t); string MapInfo_Type_ToText(float t); -void MapInfo_SwitchGameType(float t); +void MapInfo_SwitchGameType(int t); // to be called from worldspawn to set up cvars void MapInfo_LoadMapSettings(string s);