]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mapvoting.qh
Apply voted game type on map switch, not on game type vote end so that the "restart...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mapvoting.qh
index 7bc8a84eabcc48a6995271ed59f1a221fe2933ac..8c6a2a7690cc7c6e0efb075411839f929c6f6fef 100644 (file)
@@ -31,9 +31,9 @@ void MapVote_Spawn();
 void MapVote_Think();
 void MapVote_SendPicture(entity to, int id);
 float GameTypeVote_Start();
-float GameTypeVote_Finished(float pos);
+float GameTypeVote_Finished(int pos);
 string GameTypeVote_MapInfo_FixName(string m);
 
-float gametypevote;
+bool gametypevote;
 string getmapname_stored;
 float mapvote_initialized;