From: | Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx> |
Date: | Mon, 30 May 2005 17:06:26 -0700 (PDT) |
swildner 2005/05/30 17:06:26 PDT DragonFly src repository Modified files: games/phantasia Makefile fight.c gamesupport.c include.h interplayer.c io.c main.c map.c misc.c phantglobs.c phantglobs.h phantstruct.h setup.c Log: * Remove register keywords. * WARNS6 cleanup (approx. 1100 warnings). * Move drandom() to phantglobs.c instead of having 2 versions. * K&R -> ANSI function declarations. Submitted by: Peter Avalos <pavalos@xxxxxxxxxxxx> Revision Changes Path 1.4 +1 -0 src/games/phantasia/Makefile 1.3 +55 -17 src/games/phantasia/fight.c 1.3 +40 -9 src/games/phantasia/gamesupport.c 1.3 +3 -0 src/games/phantasia/include.h 1.3 +61 -22 src/games/phantasia/interplayer.c 1.3 +31 -16 src/games/phantasia/io.c 1.3 +74 -17 src/games/phantasia/main.c 1.3 +6 -7 src/games/phantasia/map.c 1.5 +94 -102 src/games/phantasia/misc.c 1.3 +91 -29 src/games/phantasia/phantglobs.c 1.2 +10 -36 src/games/phantasia/phantglobs.h 1.3 +1 -1 src/games/phantasia/phantstruct.h 1.3 +26 -55 src/games/phantasia/setup.c http://www.dragonflybsd.org/cvsweb/src/games/phantasia/Makefile.diff?r1=1.3&r2=1.4&f=u http://www.dragonflybsd.org/cvsweb/src/games/phantasia/fight.c.diff?r1=1.2&r2=1.3&f=u http://www.dragonflybsd.org/cvsweb/src/games/phantasia/gamesupport.c.diff?r1=1.2&r2=1.3&f=u http://www.dragonflybsd.org/cvsweb/src/games/phantasia/include.h.diff?r1=1.2&r2=1.3&f=u http://www.dragonflybsd.org/cvsweb/src/games/phantasia/interplayer.c.diff?r1=1.2&r2=1.3&f=u http://www.dragonflybsd.org/cvsweb/src/games/phantasia/io.c.diff?r1=1.2&r2=1.3&f=u http://www.dragonflybsd.org/cvsweb/src/games/phantasia/main.c.diff?r1=1.2&r2=1.3&f=u http://www.dragonflybsd.org/cvsweb/src/games/phantasia/map.c.diff?r1=1.2&r2=1.3&f=u http://www.dragonflybsd.org/cvsweb/src/games/phantasia/misc.c.diff?r1=1.4&r2=1.5&f=u http://www.dragonflybsd.org/cvsweb/src/games/phantasia/phantglobs.c.diff?r1=1.2&r2=1.3&f=u http://www.dragonflybsd.org/cvsweb/src/games/phantasia/phantglobs.h.diff?r1=1.1&r2=1.2&f=u http://www.dragonflybsd.org/cvsweb/src/games/phantasia/phantstruct.h.diff?r1=1.2&r2=1.3&f=u http://www.dragonflybsd.org/cvsweb/src/games/phantasia/setup.c.diff?r1=1.2&r2=1.3&f=u