From 6419a5dd56e92cdf75258ecf8eb4fb588a6ec63f Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 6 Sep 2003 03:36:54 +0000 Subject: Remove outdated comment svn-id: r10035 --- scumm/resource_v2.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'scumm') diff --git a/scumm/resource_v2.cpp b/scumm/resource_v2.cpp index 4cf8ea4085..5097197dca 100644 --- a/scumm/resource_v2.cpp +++ b/scumm/resource_v2.cpp @@ -106,7 +106,6 @@ void Scumm_v2::readClassicIndexFile() { void Scumm_v2::readEnhancedIndexFile() { - //FIXME the music driver was previously been set before detection of classic/enchanced version. if (!(_features & GF_AMIGA)) _playerV2 = new Player_V2(this); @@ -201,6 +200,5 @@ void Scumm_v2::readMAXS() { } void Scumm_v2::loadCharset(int num) { - // Stub, V2 font resources are hardcoded into the engine. Possibly do some - // kind of language detection here in the future for multiple fonts... + // Stub, V2 font resources are hardcoded into the engine. } -- cgit v1.2.3