- Fixed all the new warnings tossed out by GCC 4.3.

SVN r1047 (trunk)
This commit is contained in:
Randy Heit 2008-06-25 22:16:04 +00:00
commit bb689ba3c9
16 changed files with 42 additions and 30 deletions

View file

@ -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;