1
0
forked from 0ad/0ad

fix a debug message

This was SVN commit r15811.
This commit is contained in:
mimo 2014-09-26 17:07:17 +00:00
parent 20956c94b0
commit 119aad9da9

View File

@ -391,7 +391,7 @@ void CSimulation2Impl::Update(int turnLength, const std::vector<SimulationComman
if (mapType == "random")
{
// TODO: support random map scripts
debug_warn(L"Serialization test mode only supports scenarios");
debug_warn(L"Serialization test mode does not support random maps");
}
else
{