Update of /cvsroot/slashmud/slashmudx/plugins/Gate
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv13664/plugins/Gate
Modified Files:
gate.c
Log Message:
Build 3209: TODO and FIXME item cleanup.
Index: gate.c
===================================================================
RCS file: /cvsroot/slashmud/slashmudx/plugins/Gate/gate.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** gate.c 12 May 2007 07:06:33 -0000 1.35
--- gate.c 25 Apr 2008 05:26:15 -0000 1.36
***************
*** 412,416 ****
unsigned int guild_ok = false;
! theGuild = smapi_get_player_guild((PlayerPtr) living);
if (theGuild == NULL)
{
--- 412,416 ----
unsigned int guild_ok = false;
! theGuild = smapi_get_living_guild(living);
if (theGuild == NULL)
{
|