1
0
forked from 0ad/0ad

Remove Android hack to autoload a map.

Patch by BogDan. Refs #2996.

This was SVN commit r16202.
This commit is contained in:
Ykkrosh 2015-01-23 20:36:52 +00:00
parent a2efd97476
commit b64ff8d09a

View File

@ -1186,12 +1186,6 @@ bool Autostart(const CmdLineArgs& args)
{
CStr autoStartName = args.Get("autostart");
#if OS_ANDROID
// HACK: currently the most convenient way to test maps on Android;
// should find a better solution
autoStartName = "scenarios/Arcadia 02";
#endif
if (autoStartName.empty())
return false;