- Fixed all the new warnings tossed out by GCC 4.3.
SVN r1047 (trunk)
This commit is contained in:
parent
9c6e40e192
commit
bb689ba3c9
16 changed files with 42 additions and 30 deletions
|
|
@ -831,7 +831,7 @@ void Polymost_Responder (event_t *ev)
|
|||
}
|
||||
else if (ev->type == EV_KeyUp && ev->data1 == KEY_MOUSE1)
|
||||
{
|
||||
if (pt == 1) if (px0 != px1) pt++; else pt--;
|
||||
if (pt == 1) { if (px0 != px1) pt++; else pt--; }
|
||||
if (pt == 2)
|
||||
{
|
||||
numpoly = polypt = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue