Removed all hardcoded screen sizes

svn-id: r47072
This commit is contained in:
Filippos Karapetis 2010-01-06 12:17:03 +00:00
parent 1c6ccf8000
commit bcf7535c97
3 changed files with 15 additions and 10 deletions

View file

@ -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;