Eliminated a lot of tab characters in source code
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1342 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
12
shade.c
12
shade.c
@@ -617,12 +617,12 @@ int Menu_shade(void)
|
||||
}
|
||||
break;
|
||||
|
||||
case 5: // Ok
|
||||
if (selection_start == selection_end && Shade_list[Shade_current].List[selection_start] > 0)
|
||||
Set_fore_color(Shade_list[Shade_current].List[selection_start]);
|
||||
else if (first_color == last_color)
|
||||
Set_fore_color(first_color);
|
||||
break;
|
||||
case 5: // Ok
|
||||
if (selection_start == selection_end && Shade_list[Shade_current].List[selection_start] > 0)
|
||||
Set_fore_color(Shade_list[Shade_current].List[selection_start]);
|
||||
else if (first_color == last_color)
|
||||
Set_fore_color(first_color);
|
||||
break;
|
||||
|
||||
case 6 : // Copy
|
||||
memcpy(buffer,Shade_list[Shade_current].List,512*sizeof(word));
|
||||
|
||||
Reference in New Issue
Block a user