From 67b9ef7dff0a66fa4f4e6bee3292873da0282cc9 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 4 May 2003 00:24:34 +0000 Subject: typo; added comment svn-id: r7295 --- scumm/resource_v2.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scumm/resource_v2.cpp b/scumm/resource_v2.cpp index 0733aed47f..b0da1dc912 100644 --- a/scumm/resource_v2.cpp +++ b/scumm/resource_v2.cpp @@ -94,5 +94,7 @@ void Scumm_v2::readMAXS() { } void Scumm_v2::loadCharset(int num) { - warning("Charset loading not yet implmeneted for V1/V2"); + warning("loadCharset(%d): Charset loading not yet implemented for V1/V2", num); + // TODO: For the old games, the charset is actually encoded in the engine. So we must + // rip it out of one of the .exes, and create a fake resource here. } -- cgit v1.2.3