[wpdev-commits] wolfpack commands.cpp,1.246,1.247
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-07-09 10:10:41
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29358 Modified Files: commands.cpp Log Message: Fix moved to Python. Index: commands.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/commands.cpp,v retrieving revision 1.246 retrieving revision 1.247 diff -C2 -d -r1.246 -r1.247 *** commands.cpp 9 Jul 2004 09:58:56 -0000 1.246 --- commands.cpp 9 Jul 2004 10:10:28 -0000 1.247 *************** *** 195,211 **** /* - \command fix - \description Resend the player information. - */ - void commandFix( cUOSocket* socket, const QString& command, const QStringList& args ) throw() - { - Q_UNUSED( args ); - Q_UNUSED( command ); - // TODO: Eventually check if the character is stuck etc. - socket->resendPlayer(); - socket->player()->resendTooltip(); - } - - /* \command set \description Change properties of characters and items. --- 195,198 ---- *************** *** 1039,1043 **** { "BROADCAST", commandBroadcast }, { "DOORGEN", commandDoorGenerator }, - { "FIX", commandFix }, { "GMTALK", commandGmtalk }, { "MOVE", commandMove }, --- 1026,1029 ---- |