1
This commit is contained in:
parent
079f7454d2
commit
85477e1bff
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user