Home
last modified time | relevance | path

Searched refs:Allow_color_change_during_operation (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/grafx2/grafx2/src/
H A Dglobal.h119 GFX2_GLOBAL byte Allow_color_change_during_operation; variable
H A Doperatio.c108 Allow_color_change_during_operation=1; in Start_operation_stack()
111 Allow_color_change_during_operation=0; in Start_operation_stack()
H A Dengine.c776 if (Operation_stack_size!=0 && !Allow_color_change_during_operation) in Main_handler()