From 3f4f008c5132689974b4085238311224eba34beb Mon Sep 17 00:00:00 2001 From: Marc Zinnschlag Date: Fri, 10 Apr 2015 13:27:34 +0200 Subject: [PATCH] another fix to display type handling --- apps/opencs/model/world/columnbase.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/opencs/model/world/columnbase.cpp b/apps/opencs/model/world/columnbase.cpp index 4f51fcad68..17e4def2fc 100644 --- a/apps/opencs/model/world/columnbase.cpp +++ b/apps/opencs/model/world/columnbase.cpp @@ -75,6 +75,8 @@ bool CSMWorld::ColumnBase::isId (Display display) Display_Texture, Display_Video, + Display_Id, + Display_None };