Skip to content

Commit

Permalink
slightly higher default res, installer edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Feeney committed Dec 4, 2016
1 parent 6597e02 commit 1b49619
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/StepMania.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ struct VideoCardDefaults
VideoCardDefaults(
"",
"d3d, opengl",
640,480,
800,600,
32,32,32,
2048,
true
Expand Down
2 changes: 1 addition & 1 deletion stepmania.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ Section "Main Section" SecMain
CreateDirectory "$INSTDIR\Songs"
SetOutPath "$INSTDIR\Songs"
;File "Songs\Instructions.txt"
File /r /x CVS /x .svn "Songs\*"
File /r /x CVS /x .svn "Songs\Etterna*"

; remove and install themes
RMDir /r "$INSTDIR\Themes\_fallback"
Expand Down

0 comments on commit 1b49619

Please sign in to comment.