fix small bug in prev

This commit is contained in:
Chris Forbes
2010-05-05 18:06:02 +12:00
parent 3bd3fd5e56
commit c0ad315c66

View File

@@ -131,9 +131,9 @@ namespace OpenRA
packageChangePending = false;
}
public static void ChangeMap(string mapName)
public static void ChangeMap(string newMapName)
{
mapName = mapName;
mapName = newMapName;
mapChangePending = false;
}