mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-30 05:34:00 +00:00
typo; added comment
svn-id: r7295
This commit is contained in:
parent
6e094b7f20
commit
67b9ef7dff
@ -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.
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user