]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mapvoting.qh
Fix compilation unit test by changing argument type in the GameTypeVote_SetGametype...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mapvoting.qh
index 36578740c07fff735e11041ce9811d1284727484..f2515bdad099cb497ff7010b6cd84ba18310e75b 100644 (file)
@@ -30,7 +30,8 @@ void MapVote_Start();
 void MapVote_Spawn();
 void MapVote_Think();
 void MapVote_SendPicture(entity to, int id);
-bool GameTypeVote_SetGametype(entity type);
+// FIXME can't use Gametype type because Gitlab compilation unit test fails
+bool GameTypeVote_SetGametype(entity type, string gametype_string, bool call_hooks);
 float GameTypeVote_Start();
 float GameTypeVote_Finished(int pos);
 string GameTypeVote_MapInfo_FixName(string m);