From 38edebe4bdeb8caedccf6127a86fddfe9c5808a8 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Sat, 16 Dec 2017 22:41:48 +0000 Subject: Fully working nests. --- src/game/decos.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/game/decos.cpp') diff --git a/src/game/decos.cpp b/src/game/decos.cpp index 7f81bbb..07e6b10 100644 --- a/src/game/decos.cpp +++ b/src/game/decos.cpp @@ -23,11 +23,6 @@ static const struct { &assets::deco.eyething, {-0.4f, +0.1f}, {+0.4f, +0.4f}, CF_SOLID, {-0.4f, -1.2f}, {+0.4f, +0.4f}, 0.3 - }, - { - &assets::deco.nest, - {-0.6f, +0.2f}, {+0.6f, +0.6f}, CF_SOLID, - {-0.6f, -0.6f}, {+0.6f, +0.6f}, 1.0 } }; -- cgit