summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/fantland.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/fantland.cpp')
-rw-r--r--src/mame/video/fantland.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/fantland.cpp b/src/mame/video/fantland.cpp
index a1a64f97014..44a9a742e46 100644
--- a/src/mame/video/fantland.cpp
+++ b/src/mame/video/fantland.cpp
@@ -73,7 +73,7 @@ void fantland_state::draw_sprites(bitmap_ind16 &bitmap,const rectangle &cliprect
// wheelrun is the only game with a smaller visible area
const rectangle &visarea = m_screen->visible_area();
- int special = (visarea.max_y - visarea.min_y + 1) < 0x100;
+ int special = visarea.height() < 0x100;
for ( ; ram < indx_ram; ram += 8,ram2++)
{