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) { if (bullet_meta) {
#ifdef MYDEBUG #ifdef MYDEBUG
SendDebugMsg(a8::Format("蓄力射击 %d 枪:%d 子弹:%d", a8::XPrintf("蓄力射击 %d 枪:%d 子弹:%d\n",
{ {
power_idx, power_idx,
weapon_meta->id(), weapon_meta->id(),
bullet_meta->id() bullet_meta->id()
})); });
#endif #endif
InternalShot(this, InternalShot(this,
weapon_meta, weapon_meta,