From 50f7ffbeb6109eb92461b45678a7514b84ea54a4 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 21 Dec 2002 01:11:42 +0000 Subject: got rid of _curVirtScreen and VirtScreen::unk1; added some comments to gfx.cpp; added a hack to enable smooth scrolling in V7 games (note: when I say hack, I mean it, it is buggy as hell and not enabled by default, use at your own risk and don't report problems with it, it's disabled by default) svn-id: r6037 --- scumm/gfx.h | 1 - 1 file changed, 1 deletion(-) (limited to 'scumm/gfx.h') diff --git a/scumm/gfx.h b/scumm/gfx.h index 79eddd17eb..ead63a8ea4 100644 --- a/scumm/gfx.h +++ b/scumm/gfx.h @@ -42,7 +42,6 @@ struct CameraData { /* Camera state data */ struct VirtScreen { /* Virtual screen areas */ int number; - uint16 unk1; uint16 topline; uint16 width, height; uint16 size; -- cgit v1.2.3