1
0
forked from 0ad/0ad

Removes g_AutostartMap forgotten in c684c211a2.

This was SVN commit r25499.
This commit is contained in:
Vladislav Belov 2021-05-21 19:21:24 +00:00
parent 7cf579c597
commit 312225570f

View File

@ -43,10 +43,6 @@ bool g_DisableAudio = false;
// flag to switch on drawing terrain overlays
bool g_ShowPathfindingOverlay = false;
// If non-empty, specified map will be automatically loaded
CStr g_AutostartMap = "";
//----------------------------------------------------------------------------
// config
//----------------------------------------------------------------------------