Fixed underscore in sound effects.
This commit is contained in:
@@ -136,15 +136,15 @@
|
||||
|
||||
FadeOutBGM( 1, 1000, TRUE );
|
||||
FadeOutBGM( 2, 1000, TRUE );
|
||||
PlaySE( 4, "wa_011", 128, 64 );
|
||||
PlaySE( 4, "wa__011", 128, 64 );
|
||||
SetValidityOfInput( FALSE );
|
||||
Wait( 400 );
|
||||
SetValidityOfInput( TRUE );
|
||||
PlaySE( 4, "wa_010", 128, 64 );
|
||||
PlaySE( 4, "wa__010", 128, 64 );
|
||||
SetValidityOfInput( FALSE );
|
||||
Wait( 400 );
|
||||
SetValidityOfInput( TRUE );
|
||||
PlaySE( 4, "wa_029", 128, 64 );
|
||||
PlaySE( 4, "wa__029", 128, 64 );
|
||||
|
||||
//...ですがその前にコマーシャル!!¥
|
||||
PlaySE(3, "S20/00/repoA44010", 256, 64);
|
||||
|
||||
Reference in New Issue
Block a user