aarr
This commit is contained in:
parent
3a72acc3b0
commit
f433f79dfe
|
|
@ -8394,6 +8394,14 @@ FurnaceGUI::FurnaceGUI():
|
||||||
totalBackupSize(0),
|
totalBackupSize(0),
|
||||||
refreshBackups(true),
|
refreshBackups(true),
|
||||||
learning(-1),
|
learning(-1),
|
||||||
|
songLength(0),
|
||||||
|
songLoopedSectionLength(0),
|
||||||
|
songFadeoutSectionLength(0),
|
||||||
|
songHasSongEndCommand(false),
|
||||||
|
lengthOfOneFile(0),
|
||||||
|
totalLength(0),
|
||||||
|
curProgress(0.0f),
|
||||||
|
totalFiles(0),
|
||||||
mainFont(NULL),
|
mainFont(NULL),
|
||||||
iconFont(NULL),
|
iconFont(NULL),
|
||||||
furIconFont(NULL),
|
furIconFont(NULL),
|
||||||
|
|
@ -8800,15 +8808,7 @@ FurnaceGUI::FurnaceGUI():
|
||||||
romMultiFile(false),
|
romMultiFile(false),
|
||||||
romExportSave(false),
|
romExportSave(false),
|
||||||
pendingExport(NULL),
|
pendingExport(NULL),
|
||||||
romExportExists(false),
|
romExportExists(false) {
|
||||||
songLength(0),
|
|
||||||
songLoopedSectionLength(0),
|
|
||||||
songFadeoutSectionLength(0),
|
|
||||||
songHasSongEndCommand(false),
|
|
||||||
lengthOfOneFile(0),
|
|
||||||
totalLength(0),
|
|
||||||
curProgress(0.0f),
|
|
||||||
totalFiles(0) {
|
|
||||||
// value keys
|
// value keys
|
||||||
valueKeys[SDLK_0]=0;
|
valueKeys[SDLK_0]=0;
|
||||||
valueKeys[SDLK_1]=1;
|
valueKeys[SDLK_1]=1;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue