diff --git a/win/tty/wintty.c b/win/tty/wintty.c index a6ad2f7a2..fda9f6aa3 100644 --- a/win/tty/wintty.c +++ b/win/tty/wintty.c @@ -155,11 +155,12 @@ char defmorestr[] = "--More--"; #if defined(USE_TILES) && defined(MSDOS) boolean clipping = FALSE; /* clipping on? */ int clipx = 0, clipxmax = 0; +int clipy = 0, clipymax = 0; #else static boolean clipping = FALSE; /* clipping on? */ static int clipx = 0, clipxmax = 0; -#endif static int clipy = 0, clipymax = 0; +#endif #endif /* CLIPPING */ #if defined(USE_TILES) && defined(MSDOS)