playerinfo.cpp
上传用户:garry_shen
上传日期:2015-04-15
资源大小:45647k
文件大小:4k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. #include "stdafx.h"
  2. #include "XmudOS.h"
  3. #include "CmdPlayerLogon.h"
  4. #include "skillskillSkill.h"
  5. #include "math.h"
  6. #include "wgsCommon.h"
  7. extern rmfullglobals myglobs;
  8. CPlayerInfo::CPlayerInfo()
  9. {
  10. nDamage = 20;
  11. nMudTime = 86400;
  12. bRun = FALSE;
  13. bSaved = FALSE;
  14. nRound = 0;
  15. // nWaitNext = 0;
  16. }
  17. CPlayerInfo::~CPlayerInfo()
  18. {
  19. listmsg.RemoveAll();
  20. listBetray.RemoveAll();
  21. }
  22. void CPlayerInfo::Healing()
  23. {
  24. // char szTest[128];
  25. //