Reverted the change of input system (mostly, still needs more testing) Changed color cycling so it no longer needs a separate thread.
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1581 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -348,7 +348,7 @@ short Wait_click_in_shade_table()
|
||||
|
||||
while (selected_cell<0)
|
||||
{
|
||||
Get_input();
|
||||
Get_input(20);
|
||||
|
||||
if ( (Mouse_K==LEFT_SIDE)
|
||||
&& ( ( (Window_click_in_rectangle(8,127,263,179)) && (((((Mouse_Y-Window_pos_Y)/Menu_factor_Y)-127)%7)<4) )
|
||||
|
||||
Reference in New Issue
Block a user