OSDN Git Service

#36776 「JUST」オプションの実装準備。enumとConfigIniに定義を追加。
authorkairera0467 <gennsou76573@gmail.com>
Mon, 19 Dec 2016 13:49:45 +0000 (22:49 +0900)
committerkairera0467 <gennsou76573@gmail.com>
Mon, 19 Dec 2016 13:49:45 +0000 (22:49 +0900)
DTXManiaプロジェクト/コード/全体/CConfigIni.cs
DTXManiaプロジェクト/コード/全体/C定数.cs
実行時フォルダ/DTXManiaGR.exe
実行時フォルダ/dll/FDK.dll

index 5432b87..8288f71 100644 (file)
@@ -536,6 +536,7 @@ namespace DTXMania
         public EMovieClipMode eMovieClipMode;
         public ESkillType eSkillMode;
         public ERDPosition eRDPosition;
+        public EJust eJUST;
         public Eタイプ eHHOGraphics;
         public Eタイプ eJudgeAnimeType;
         public Eタイプ eLaneType;
@@ -1313,6 +1314,7 @@ namespace DTXMania
             this.b曲名表示をdefのものにする = true;
             this.eHHOGraphics = Eタイプ.A;
             this.eJudgeAnimeType = Eタイプ.B;
+            this.eJUST = EJust.OFF;
             this.eLaneType = Eタイプ.A;
             this.eLBDGraphics = Eタイプ.A;
             this.eMovieClipMode = EMovieClipMode.OFF;
index acbcc6f..b6c3c68 100644 (file)
@@ -304,6 +304,12 @@ namespace DTXMania
         RDRC,
         RCRD
     }
+    public enum EJust
+    {
+        OFF,
+        JUST,
+        GREAT,
+    }
     public enum Eタイプ
     {
         A,
index 46b04e8..8199f4d 100644 (file)
Binary files a/実行時フォルダ/DTXManiaGR.exe and b/実行時フォルダ/DTXManiaGR.exe differ
index a94a6d6..f421033 100644 (file)
Binary files a/実行時フォルダ/dll/FDK.dll and b/実行時フォルダ/dll/FDK.dll differ