Skip to content

Commit

Permalink
Rev:7907d38 の影響でTJAP2fPC拡張ヘッダ命令が使用できなくなっていたのを修正。
Browse files Browse the repository at this point in the history
  • Loading branch information
kairera0467 committed May 18, 2017
1 parent 37d87de commit 76ca437
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3020,7 +3020,7 @@ private void t入力_V4( string strInput )
string strInputHeader = strInput.Remove( strInput.IndexOf( "#START" ) );
strInput = strInput.Remove(0, strInput.IndexOf( "#START" ) );
strInputHeader = Regex.Replace( strInputHeader,
@"^(?!(TITLE|LEVEL|BPM|WAVE|OFFSET|BALLOON|SONGVOL|SEVOL|SCOREINIT|SCOREDIFF|COURSE|STYLE|GAME|LIFE|DEMOSTART|SIDE|SUBTITLE|SCOREMODE|#HBSCROLL|#BMSCROLL)).+\n",
@"^(?!(TITLE|LEVEL|BPM|WAVE|OFFSET|BALLOON|BALLOONNOR|BALLOONEXP|BALLOONMAS|SONGVOL|SEVOL|SCOREINIT|SCOREDIFF|COURSE|STYLE|GAME|LIFE|DEMOSTART|SIDE|SUBTITLE|SCOREMODE|GENRE|MOVIEOFFSET|BGIMAGE|BGMOVIE|HIDDENBRANCH|#HBSCROLL|#BMSCROLL)).+\n",
"", RegexOptions.Multiline );
strInput = strInputHeader + "\n" + strInput;

Expand Down
Binary file modified 実行時フォルダ/DTXManiaGR.exe
Binary file not shown.

0 comments on commit 76ca437

Please sign in to comment.