]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/campaign.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 / campaign.qh
index 10e06a240f836f6328cf7834c6a66989529e6a1a..a9c790e3647a9cb0d8622652c63ee85de49956e2 100644 (file)
@@ -10,9 +10,7 @@ int autocvar_g_campaign_skill;
 // this must be included BEFORE campaign_common.h to make this a memory saving
 #define CAMPAIGN_MAX_ENTRIES 2
 
-string Campaign_GetTitle();
 int Campaign_GetLevelNum();
-string Campaign_GetMessage();
 
 void CampaignPreInit();
 void CampaignPostInit();