Commit 30ff532

Nick Faro committed on
Remove HUGE mark
commit 30ff532126248099f1ed436338c3f206b9bfa365 parent bb48381
2 changed files +1−4
Modifiedsrc/codegen.pas +0−3
@@ -572,9 +572,6 @@ begin
572 OutSL.Add('SECTION "'+DescriptorName+' Song Data", ROMX'); 572 OutSL.Add('SECTION "'+DescriptorName+' Song Data", ROMX');
573 OutSL.Add(''); 573 OutSL.Add('');
574 574
575 OutSL.Add('db "HUGE"');
576 OutSL.Add('');
577
578 // Render song descriptor 575 // Render song descriptor
579 OutSL.Add(DescriptorName+'::'); 576 OutSL.Add(DescriptorName+'::');
580 OutSL.Add('db '+IntToStr(Song.TicksPerRow[0])+', ' 577 OutSL.Add('db '+IntToStr(Song.TicksPerRow[0])+', '
Modifiedsrc/hUGEDriver +1−1
@@ -1 +1 @@
1 Subproject commit a28135f22e12b7aa7400f50ce0f47e8f94b7af41 1 Subproject commit 3200c60c5eec5310105aa406a4e1cd1154875a37