1
This commit is contained in:
parent
e6ba781b30
commit
85a76df9e7
@ -30,12 +30,16 @@ void Bullet::Initialize()
|
||||
void Bullet::Update(int delta_time)
|
||||
{
|
||||
#ifdef DEBUG
|
||||
#if 0
|
||||
player->room->CheckPartObjects();
|
||||
#endif
|
||||
#endif
|
||||
MapServiceUpdate();
|
||||
#ifdef DEBUG
|
||||
#if 0
|
||||
player->room->CheckPartObjects();
|
||||
#endif
|
||||
#endif
|
||||
++updated_times_;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user