فهرست منبع

Merge pull request #781 from eightyeight/remove-player-warnings

Removed annoying warning
Areloch 11 سال پیش
والد
کامیت
f56c35019f
1فایلهای تغییر یافته به همراه0 افزوده شده و 4 حذف شده
  1. 0 4
      Engine/source/T3D/player.cpp

+ 0 - 4
Engine/source/T3D/player.cpp

@@ -487,10 +487,6 @@ bool PlayerData::preload(bool server, String &errorStr)
          dp->death         = false;
          dp->death         = false;
          if (dp->sequence != -1)
          if (dp->sequence != -1)
             getGroundInfo(si,thread,dp);
             getGroundInfo(si,thread,dp);
-
-         // No real reason to spam the console about a missing jet animation
-         if (dStricmp(sp->name, "jet") != 0)
-            AssertWarn(dp->sequence != -1, avar("PlayerData::preload - Unable to find named animation sequence '%s'!", sp->name));
       }
       }
       for (S32 b = 0; b < mShape->sequences.size(); b++)
       for (S32 b = 0; b < mShape->sequences.size(); b++)
       {
       {