fix small bug in prev
This commit is contained in:
@@ -131,9 +131,9 @@ namespace OpenRA
|
|||||||
packageChangePending = false;
|
packageChangePending = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void ChangeMap(string mapName)
|
public static void ChangeMap(string newMapName)
|
||||||
{
|
{
|
||||||
mapName = mapName;
|
mapName = newMapName;
|
||||||
mapChangePending = false;
|
mapChangePending = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user