This commit is contained in:
Paul Chote
2011-05-08 18:45:52 +12:00
parent 8957caeaca
commit 33b35f768e
4 changed files with 23 additions and 29 deletions

View File

@@ -21,7 +21,7 @@ namespace OpenRA.Mods.Cnc.Widgets
{
public class CncMapChooserLogic : IWidgetDelegate
{
Map map = null;
Map map;
Widget scrollpanel;
Widget itemTemplate;