Author: muggenhor
Date: Sun Jun  3 17:51:56 2007
New Revision: 1440

URL: http://svn.gna.org/viewcvs/warzone?rev=1440&view=rev
Log:
 * turn some usages of WinAPI types (*WORD) into their native C counterparts 
(e.g. int, unsigned int, etc.)
 * make integers unsigned at places where we never, ever use signed values for 
their values
 * move some variables into a more local scope (i.e. the only scope where 
they're used)
 * turn some mixed tab/spaces indentation usage into tabs-only
 * remove unused (and commented out) conditional compilation macro 
USE_DIRECTPLAY_PROTOCOL

Modified:
    trunk/lib/netplay/netplay.h
    trunk/src/cmddroid.c
    trunk/src/cmddroid.h
    trunk/src/droid.c


_______________________________________________
Warzone-commits mailing list
Warzone-commits@gna.org
https://mail.gna.org/listinfo/warzone-commits

Reply via email to