Korjattu typo äänestysnumero stringeissä, aiheutti ylivuotovirheen
This commit is contained in:
parent
8fd6d7f5bd
commit
3142ad68d5
|
@ -29,7 +29,7 @@ override_target_settings_org = $810
|
||||||
override_target_settings_ignore_sys = 0
|
override_target_settings_ignore_sys = 0
|
||||||
override_target_settings_ignore_prg = 0
|
override_target_settings_ignore_prg = 0
|
||||||
output_debug_symbols = 1
|
output_debug_symbols = 1
|
||||||
open_files = ,piraatti_intro.ras
|
open_files = ,resources/images/piraattinaamat-2.flf, resources/images/piraattinaamat-1.flf, piraatti_intro.ras
|
||||||
project_path = /Users/gimulnautti/piraattipuolue-github/c64-vaali-intro-2023/
|
project_path = /Users/gimulnautti/piraattipuolue-github/c64-vaali-intro-2023/
|
||||||
zeropage_colormemory = $fb
|
zeropage_colormemory = $fb
|
||||||
dirart_flf_file = none
|
dirart_flf_file = none
|
||||||
|
|
Binary file not shown.
|
@ -237,8 +237,8 @@ text : string = (@cmoveto, 6,10,
|
||||||
"TAPANI PARKKINEN - KESKI-SUOMI", @cpause,
|
"TAPANI PARKKINEN - KESKI-SUOMI", @cpause,
|
||||||
"CHRISTER WAREN - SATAKUNTA", @cpause, @cstop );
|
"CHRISTER WAREN - SATAKUNTA", @cpause, @cstop );
|
||||||
|
|
||||||
naamatNumbers : string = ( "113", "114", "115", "116", "117 ", "140",
|
naamatNumbers : string = ( "113", "114", "115", "116", "117", "140",
|
||||||
" 88", "89 ", " 90", "91 ", " 2 ", " 2 ", @cstop);
|
"88 ", " 89", "90 ", " 91", "-2-", "-2-", @cstop);
|
||||||
|
|
||||||
|
|
||||||
tab320 : array[25] of integer = buildtable("i*320");
|
tab320 : array[25] of integer = buildtable("i*320");
|
||||||
|
|
Loading…
Reference in New Issue