Change Load_picture() prototype to allow loading of palette

the change matches what is done with Save_picture()
This commit is contained in:
Thomas Bernard
2017-12-20 13:48:39 +01:00
parent f3bf217bb6
commit ccf3e6a77f
3 changed files with 24 additions and 16 deletions

View File

@@ -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 :