Added icons for alternative functions (issue 91)

Fixed some input problem I introduced in recent revision


git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@580 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-02-01 22:44:05 +00:00
parent c0b95295ae
commit 778d2fccde
6 changed files with 18 additions and 7 deletions

View File

@@ -173,9 +173,6 @@ void Handle_Mouse_Release(SDL_Event* event)
case SDL_BUTTON_RIGHT:
INPUT_Nouveau_Mouse_K &= ~2;
break;
default:
DEBUG("Unknown mouse button!",0);
return;
}
Move_cursor_with_constraints();
}