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:
Yves Rizoud
2010-08-19 00:33:06 +00:00
parent 858bab41c4
commit 520da7d168
11 changed files with 101 additions and 205 deletions

View File

@@ -1908,7 +1908,6 @@ void Airbrush_1_0(void)
Backup();
Shade_table=Shade_table_left;
Need_timer_for_tool=1;
if (SDL_GetTicks()>Airbrush_next_time)
{
Airbrush(LEFT_SIDE);
@@ -1934,7 +1933,6 @@ void Airbrush_2_0(void)
Init_start_operation();
Backup();
Shade_table=Shade_table_right;
Need_timer_for_tool=1;
if (SDL_GetTicks()>Airbrush_next_time)
{
Airbrush(RIGHT_SIDE);
@@ -1991,7 +1989,6 @@ void Airbrush_0_2(void)
//
{
Operation_stack_size-=2;
//Need_timer_for_tool=0; // Not needed, mouse release did it in Get_input()
End_of_modification();
}