Commit 4991761

Nick Faro committed on
Stupid lazarus
commit 49917617acf3239abfd70d0eb3258458aba0dfb8 parent 8c0fa11
1 changed files +2−2
Modifiedtracker.pas +2−2
@@ -1038,7 +1038,7 @@ begin
1038 if RenderPreviewROM then begin 1038 if RenderPreviewROM then begin
1039 LockPlayback; 1039 LockPlayback;
1040 1040
1041 // Load the new symbol TableGroupBox 1041 // Load the new symbol table
1042 ParseSymFile('render/preview.sym'); 1042 ParseSymFile('render/preview.sym');
1043 1043
1044 // Start emulation on the rendered preview binary 1044 // Start emulation on the rendered preview binary
@@ -1423,7 +1423,7 @@ begin
1423 LoadInstrument(itSquare, 1); 1423 LoadInstrument(itSquare, 1);
1424 LoadWave(0); 1424 LoadWave(0);
1425 1425
1426 // Initialize order table (InitializeSong creates the default order TableGroupBox) 1426 // Initialize order table (InitializeSong creates the default order table)
1427 CopyOrderMatrixToOrderGrid; 1427 CopyOrderMatrixToOrderGrid;
1428 1428
1429 // Manually resize the fixed column in the order editor 1429 // Manually resize the fixed column in the order editor