File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [assembly: AssemblyVersion("1.0.*")]
35
- [ assembly: AssemblyVersion ( "1.2.13208.22 " ) ]
36
- [ assembly: AssemblyFileVersion ( "1.2.13208.22 " ) ]
35
+ [ assembly: AssemblyVersion ( "1.2.13208.23 " ) ]
36
+ [ assembly: AssemblyFileVersion ( "1.2.13208.23 " ) ]
Original file line number Diff line number Diff line change @@ -157,10 +157,8 @@ internal static void Initialize(MainWindow window)
157
157
// Special handling for the first volume setting.
158
158
window . soundToolStripMenuItem . DropDownItems [ 0 ] . Text = "Off" ;
159
159
160
- //Volume = (float)(int)Program.Settings.GetSetting("SoundVolume") / (float)VolumeLevelMax;
161
-
162
-
163
-
160
+ Volume = ( float ) ( int ) Program . Settings . GetSetting ( "SoundVolume" ) / ( float ) VolumeLevelMax ;
161
+
164
162
165
163
PreloadAllSounds ( ) ;
166
164
}
You can’t perform that action at this time.
0 commit comments