|
From: Andre R. <and...@us...> - 2004-10-30 23:50:41
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30925 Modified Files: cursor.c Log Message: Fix GCC compiler warnings. Index: cursor.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/cursor.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** cursor.c 23 Oct 2004 22:15:33 -0000 1.2 --- cursor.c 30 Oct 2004 23:50:28 -0000 1.3 *************** *** 248,252 **** ticklastroll = gettickcount (); ! } /*initearth%/ --- 248,252 ---- ticklastroll = gettickcount (); ! } /%initearth%/ *************** *** 259,263 **** state = earthstate + 1; ! if (state > cursorisearth7) /*wrap around%/ state = cursorisearth1; --- 259,263 ---- state = earthstate + 1; ! if (state > cursorisearth7) /%wrap around%/ state = cursorisearth1; *************** *** 266,270 **** earthstate = state; } ! } /*rollearth%/ */ --- 266,270 ---- earthstate = state; } ! } /%rollearth%/ */ |