From 9bdf1a2ab139d364ee30906a18dc05de8c88e487 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 7 Jul 2009 17:11:29 +0000 Subject: kFeatures800 -> kFeatures800x600 in order to have more meaningful name svn-id: r42229 --- engines/gob/gob.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/gob/gob.cpp') diff --git a/engines/gob/gob.cpp b/engines/gob/gob.cpp index 5fe5971e8c..94255b1277 100644 --- a/engines/gob/gob.cpp +++ b/engines/gob/gob.cpp @@ -205,8 +205,8 @@ bool GobEngine::isBATDemo() const { return (_features & kFeaturesBATDemo) != 0; } -bool GobEngine::is800() const { - return (_features & kFeatures800) != 0; +bool GobEngine::is800x600() const { + return (_features & kFeatures800x600) != 0; } bool GobEngine::isDemo() const { -- cgit v1.2.3