summaryrefslogtreecommitdiff
path: root/src/being/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/being.cpp')
-rw-r--r--src/being/being.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp
index 04dc00025..935c2112c 100644
--- a/src/being/being.cpp
+++ b/src/being/being.cpp
@@ -509,9 +509,10 @@ void Being::setSubtype(const BeingTypeId subtype,
}
break;
}
+ case ActorType::Portal:
+ break;
case ActorType::Unknown:
case ActorType::FloorItem:
- case ActorType::Portal:
default:
reportAlways("Wrong being type %d in setSubType",
CAST_S32(mType));