summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockDoor.h
diff options
context:
space:
mode:
authorMasy98 <masy@antheruscraft.de>2014-09-27 15:11:35 +0200
committerMasy98 <masy@antheruscraft.de>2014-09-27 15:11:35 +0200
commit6dd47e783af33cc7eecaf1837899c213bc09f954 (patch)
tree7006c6ddb723b750aa177a05312ad056ffa6bf6c /src/Blocks/BlockDoor.h
parentFixed convertToPickups for fence gates (diff)
downloadcuberite-6dd47e783af33cc7eecaf1837899c213bc09f954.tar
cuberite-6dd47e783af33cc7eecaf1837899c213bc09f954.tar.gz
cuberite-6dd47e783af33cc7eecaf1837899c213bc09f954.tar.bz2
cuberite-6dd47e783af33cc7eecaf1837899c213bc09f954.tar.lz
cuberite-6dd47e783af33cc7eecaf1837899c213bc09f954.tar.xz
cuberite-6dd47e783af33cc7eecaf1837899c213bc09f954.tar.zst
cuberite-6dd47e783af33cc7eecaf1837899c213bc09f954.zip
Diffstat (limited to 'src/Blocks/BlockDoor.h')
-rw-r--r--src/Blocks/BlockDoor.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Blocks/BlockDoor.h b/src/Blocks/BlockDoor.h
index af6eee290..0ff8bcfc8 100644
--- a/src/Blocks/BlockDoor.h
+++ b/src/Blocks/BlockDoor.h
@@ -92,6 +92,11 @@ public:
a_Pickups.Add(E_ITEM_IRON_DOOR);
break;
}
+ default:
+ {
+ ASSERT(!"Unhandled door type!");
+ break;
+ }
}
}