diff options
author | Filippos Karapetis | 2010-01-06 12:17:03 +0000 |
---|---|---|
committer | Filippos Karapetis | 2010-01-06 12:17:03 +0000 |
commit | bcf7535c97ef6a49bbc9d110257caf7de49cfaed (patch) | |
tree | 7c2204ac4c31756f6ba5e5ac633cbfdb0ec8cdf8 /engines/sci/engine | |
parent | 1c6ccf8000c8eb34e4ae3d68312a23261f87862c (diff) | |
download | scummvm-rg350-bcf7535c97ef6a49bbc9d110257caf7de49cfaed.tar.gz scummvm-rg350-bcf7535c97ef6a49bbc9d110257caf7de49cfaed.tar.bz2 scummvm-rg350-bcf7535c97ef6a49bbc9d110257caf7de49cfaed.zip |
Removed all hardcoded screen sizes
svn-id: r47072
Diffstat (limited to 'engines/sci/engine')
-rw-r--r-- | engines/sci/engine/kpathing.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/engine/kpathing.cpp b/engines/sci/engine/kpathing.cpp index dd446a2737..0f263fd1bb 100644 --- a/engines/sci/engine/kpathing.cpp +++ b/engines/sci/engine/kpathing.cpp @@ -1822,6 +1822,7 @@ reg_t kAvoidPath(EngineState *s, int argc, reg_t *argv) { if (argc > 7) opt = argv[7].toUint16(); } else { + // SCI1.1 and older games always ran with an internal resolution of 320x200 poly_list = argv[4]; width = 320; height = 190; |