From 27e2201ce24e1408f25da4fa428bd7b55505cbd5 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Sun, 20 Mar 2011 10:09:27 +0100 Subject: GOB: Fix Urban Runner fallback feature flags --- engines/gob/detection_tables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/gob/detection_tables.h b/engines/gob/detection_tables.h index c779d5d764..d81ed124d1 100644 --- a/engines/gob/detection_tables.h +++ b/engines/gob/detection_tables.h @@ -4935,7 +4935,7 @@ static const GOBGameDescription fallbackDescs[] = { GUIO_NOSUBTITLES | GUIO_NOSPEECH }, kGameTypeUrban, - kFeaturesCD | kFeaturesTrueColor, + kFeatures640x480 | kFeaturesTrueColor, 0, 0, 0 }, { //13 -- cgit v1.2.3