This commit is contained in:
aozhiwei 2024-02-28 15:31:52 +08:00
parent 081e4fb201
commit 887c583851

View File

@ -1483,12 +1483,12 @@ void Creature::Shot(glm::vec3& target_dir, bool& shot_ok, float fly_distance, in
if (bullet_meta) {
#ifdef MYDEBUG
SendDebugMsg(a8::Format("蓄力射击 %d 枪:%d 子弹:%d",
{
power_idx,
weapon_meta->id(),
bullet_meta->id()
}));
a8::XPrintf("蓄力射击 %d 枪:%d 子弹:%d\n",
{
power_idx,
weapon_meta->id(),
bullet_meta->id()
});
#endif
InternalShot(this,
weapon_meta,