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) {
|
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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user