[wpdev-commits] wolfpack/ai ai.h,1.2,1.3
Brought to you by:
rip,
thiagocorrea
|
From: <thi...@pr...> - 2004-01-30 22:13:37
|
Update of /cvsroot/wpdev/wolfpack/ai In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8828/ai Modified Files: ai.h Log Message: Fixes some compile warnings from gcc Index: ai.h =================================================================== RCS file: /cvsroot/wpdev/wolfpack/ai/ai.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ai.h 30 Jan 2004 14:50:51 -0000 1.2 --- ai.h 30 Jan 2004 22:11:52 -0000 1.3 *************** *** 56,60 **** public: AbstractAction( P_NPC npc, AbstractAI* ai ) : m_npc( npc ), m_ai( ai ) {} ! ~AbstractAction() {} // executes the action --- 56,60 ---- public: AbstractAction( P_NPC npc, AbstractAI* ai ) : m_npc( npc ), m_ai( ai ) {} ! virtual ~AbstractAction() {} // executes the action |