Change Load_picture() prototype to allow loading of palette
the change matches what is done with Save_picture()
This commit is contained in:
@@ -1025,7 +1025,7 @@ void Main_handler(void)
|
||||
action++;
|
||||
break;
|
||||
case SPECIAL_LOAD_BRUSH :
|
||||
Load_picture(0);
|
||||
Load_picture(CONTEXT_BRUSH);
|
||||
action++;
|
||||
break;
|
||||
case SPECIAL_SAVE_BRUSH :
|
||||
|
||||
Reference in New Issue
Block a user