Debug: Nothing to hit shows where

This commit is contained in:
johns 2000-05-02 07:56:37 +00:00
parent 18856d733a
commit b74456df5d

View file

@ -987,7 +987,7 @@ global void MissileHit(const Missile* missile)
}
return;
}
DebugLevel0(__FUNCTION__": Oops nothing to hit?");
DebugLevel0(__FUNCTION__": Oops nothing to hit (%d,%d)?\n",x,y);
return;
}