From 0e119fd78e52d322112996045dad42a1503c062b Mon Sep 17 00:00:00 2001 From: Tom Prince Date: Wed, 27 Apr 2011 22:20:46 -0400 Subject: [PATCH] Treat stream/brook as transparent in unreveal. Fixes #70. Signed-off-by: Tom Prince --- tools/supported/unreveal.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/supported/unreveal.cpp b/tools/supported/unreveal.cpp index e5a3bdbd2..d5098ffdf 100644 --- a/tools/supported/unreveal.cpp +++ b/tools/supported/unreveal.cpp @@ -141,6 +141,8 @@ int main (int argc, char* argv[]) case RAMP_TOP: case STAIR_UPDOWN: case STAIR_DOWN: + case STREAM: + case STREAM_TOP: above = below = sides = true; break; // has floor