4-space tabs for c64 load/save code
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1018 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
parent
b92e8f288e
commit
b934f1d57c
@ -6045,7 +6045,8 @@ int Save_C64_hires(char *filename)
|
||||
byte colors[1000],bitmap[8000];
|
||||
FILE *file;
|
||||
|
||||
for(x=0;x<1000;x++)colors[x]=1; // init colormem to black/white
|
||||
for(x=0;x<1000;x++)
|
||||
colors[x]=1; // init colormem to black/white
|
||||
|
||||
for(cy=0; cy<25; cy++) // Character line, 25 lines
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user