Browse Source

Roll back scene version

habeebweeb 4 years ago
parent
commit
a5cc8c215d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Converter/Program.cs

+ 2 - 2
Converter/Program.cs

@@ -1,4 +1,4 @@
-using System;
+using System;
 using System.IO;
 using System.Collections.Generic;
 using System.Linq;
@@ -59,7 +59,7 @@ namespace COM3D2.MeidoPhotoStudio.Converter
         {
             71, 44, 40, 41, 42, 43, 57, 68, 69, 46, 49, 47, 50, 52, 55, 53, 56, 45, 48, 51, 54
         };
-        public const int sceneVersion = 1100;
+        public const int sceneVersion = 1000;
         public const int kankyoMagic = -765;
         private static BepInEx.Logging.ManualLogSource Log;
         private static readonly int faceToggleIndex = Array.IndexOf(faceKeys, "tangopen") + 1;