From: Peep P. <so...@us...> - 2004-07-21 12:02:47
|
Update of /cvsroot/agd/server/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9490 Modified Files: interpret.h Log Message: Removed int line; Index: interpret.h =================================================================== RCS file: /cvsroot/agd/server/src/interpret.h,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- interpret.h 20 Jun 2004 14:04:08 -0000 1.16 +++ interpret.h 21 Jul 2004 12:02:37 -0000 1.17 @@ -18,7 +18,7 @@ int *code; int codelen; - int fun, line; + int fun; object_t *this_ob, *previous_ob; player_t *this_player; |