1
This commit is contained in:
parent
081e4fb201
commit
887c583851
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user