From fa0180896207463adf7a779ef5c5f326c2043880 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sun, 19 Oct 2014 11:15:33 +1300 Subject: [PATCH] Save the preview video field when saving a map. --- OpenRA.Game/Map/Map.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenRA.Game/Map/Map.cs b/OpenRA.Game/Map/Map.cs index 95d540db49..d8fb0c38af 100644 --- a/OpenRA.Game/Map/Map.cs +++ b/OpenRA.Game/Map/Map.cs @@ -312,6 +312,7 @@ namespace OpenRA "Title", "Description", "Author", + "PreviewVideo", "Tileset", "MapSize", "Bounds",