diff options
| author | Paul Gilbert | 2014-01-03 10:20:44 -1000 | 
|---|---|---|
| committer | Paul Gilbert | 2014-01-03 10:20:44 -1000 | 
| commit | 2db6d543a0e893d2a6827353810c73f72dd54201 (patch) | |
| tree | 1de11a4c8d21837b82c4fca0c6586768652b8357 | |
| parent | ac157b7bc740a1878f22c659fc20a49cf75e9d1f (diff) | |
| download | scummvm-rg350-2db6d543a0e893d2a6827353810c73f72dd54201.tar.gz scummvm-rg350-2db6d543a0e893d2a6827353810c73f72dd54201.tar.bz2 scummvm-rg350-2db6d543a0e893d2a6827353810c73f72dd54201.zip | |
VOYEUR: Tweaked vertical scroll area/rate for viewing mansion
| -rw-r--r-- | engines/voyeur/voyeur.h | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/engines/voyeur/voyeur.h b/engines/voyeur/voyeur.h index 209f5ec303..302f2b45d2 100644 --- a/engines/voyeur/voyeur.h +++ b/engines/voyeur/voyeur.h @@ -52,7 +52,7 @@ namespace Voyeur {  #define MAX_RESOLVE 1000 -// Maximum scroll x, y for viewing the mansion +// Constants used for doInterface display of the mansion  #define MANSION_MAX_X 784  #define MANSION_MAX_Y 150  #define MANSION_VIEW_X 40 @@ -60,9 +60,9 @@ namespace Voyeur {  #define MANSION_VIEW_WIDTH 240  #define MANSION_VIEW_HEIGHT 148  #define MANSION_SCROLL_AREA_X 20 -#define MANSION_SCROLL_AREA_Y 10 +#define MANSION_SCROLL_AREA_Y 20  #define MANSION_SCROLL_INC_X 4 -#define MANSION_SCROLL_INC_Y 2 +#define MANSION_SCROLL_INC_Y 4  enum VoyeurDebugChannels {  	kDebugPath      = 1 << 0, | 
