typo; added comment

svn-id: r7295
This commit is contained in:
Max Horn 2003-05-04 00:24:34 +00:00
parent 6e094b7f20
commit 67b9ef7dff

View File

@ -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.
}