This commit is contained in:
aozhiwei 2023-03-16 16:07:55 +08:00
parent 079f7454d2
commit 85477e1bff

View File

@ -290,9 +290,6 @@ bool Obstacle::CanThroughable(IBullet* bullet)
bool Obstacle::DoInteraction(Human* sender) bool Obstacle::DoInteraction(Human* sender)
{ {
// 999
#if 1
#else
switch (meta->thing_type()) { switch (meta->thing_type()) {
case kObstacleHideHouse: case kObstacleHideHouse:
{ {
@ -309,7 +306,6 @@ bool Obstacle::DoInteraction(Human* sender)
} }
break; break;
} }
#endif
return false; return false;
} }