aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2003-09-06 03:36:54 +0000
committerTravis Howell2003-09-06 03:36:54 +0000
commit6419a5dd56e92cdf75258ecf8eb4fb588a6ec63f (patch)
tree415ec7669d87774baa499f67db5e60cfa1aeac2d
parent0780f7e51953e44fbf63e369005c3aa66f2202dd (diff)
downloadscummvm-rg350-6419a5dd56e92cdf75258ecf8eb4fb588a6ec63f.tar.gz
scummvm-rg350-6419a5dd56e92cdf75258ecf8eb4fb588a6ec63f.tar.bz2
scummvm-rg350-6419a5dd56e92cdf75258ecf8eb4fb588a6ec63f.zip
Remove outdated comment
svn-id: r10035
-rw-r--r--scumm/resource_v2.cpp4
1 files changed, 1 insertions, 3 deletions
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.
}