1
This commit is contained in:
parent
9beeca5453
commit
0b7f079a8f
@ -1079,7 +1079,7 @@ void Human::DecHP(float dec_hp, int killer_id, const std::string& killer_name, i
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
#if 1
|
#if 0
|
||||||
if (IsPlayer()) {
|
if (IsPlayer()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
@ -44,6 +44,7 @@ void Player::Initialize()
|
|||||||
SetInfiniteBulletMode();
|
SetInfiniteBulletMode();
|
||||||
}
|
}
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
|
#if 0
|
||||||
room->xtimer.AddDeadLineTimerAndAttach
|
room->xtimer.AddDeadLineTimerAndAttach
|
||||||
(SERVER_FRAME_RATE * 10,
|
(SERVER_FRAME_RATE * 10,
|
||||||
a8::XParams()
|
a8::XParams()
|
||||||
@ -55,6 +56,7 @@ void Player::Initialize()
|
|||||||
},
|
},
|
||||||
&xtimer_attacher.timer_list_);
|
&xtimer_attacher.timer_list_);
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void Player::Update(int delta_time)
|
void Player::Update(int delta_time)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user