Fixed crash in editor after playback
This commit is contained in:
@@ -2,6 +2,12 @@
|
||||
Fix
|
||||
/////////////////////////
|
||||
|
||||
default difficulty goofed
|
||||
|
||||
- ez2dancer missing graphic
|
||||
|
||||
- fade between random movies
|
||||
|
||||
- After getting an "A" or less on Extra Stage 1, SM should display the total results screen for all 4 songs instead of cutting to credits. Clearing both extra stages should display all 5 stages on results screen. This could/should apply to if 5 arcade songs is selected in Machine Options.
|
||||
|
||||
- Also, this may be more cosmetic but worth the shot. The ordering on final results is backwards, is it possible if you could display the songs FINAL, 2nd, 1st Stage, but in the reverse order? Like... SM has them being tiled wrong. Here's an example of what I mean right HERE (Taken from AaronInJapan.com)
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
; NOTE: this .NSI script is designed for NSIS v1.8+
|
||||
|
||||
Name "StepMania"
|
||||
OutFile "stepmania300beta6rc.exe"
|
||||
!define PRODUCT_NAME "StepMania 3.0 beta 6 release candidate"
|
||||
OutFile "stepmania300beta6rc2.exe"
|
||||
!define PRODUCT_NAME "StepMania 3.0 beta 6 release candidate 2"
|
||||
|
||||
|
||||
; Some default compiler settings (uncomment and change at will):
|
||||
|
||||
Reference in New Issue
Block a user