SCI: Added the kString/kArray type in the "version" console command
svn-id: r54401
This commit is contained in:
parent
ffcd6783c7
commit
97d31c6ac6
1 changed files with 3 additions and 0 deletions
|
@ -452,6 +452,9 @@ bool Console::cmdGetVersion(int argc, const char **argv) {
|
|||
DebugPrintf("Lofs type: %s\n", getSciVersionDesc(_engine->_features->detectLofsType()));
|
||||
DebugPrintf("Move count type: %s\n", (_engine->_features->handleMoveCount()) ? "increment" : "ignore");
|
||||
DebugPrintf("SetCursor type: %s\n", getSciVersionDesc(_engine->_features->detectSetCursorType()));
|
||||
#ifdef ENABLE_SCI32
|
||||
DebugPrintf("kString/kArray type: %s\n", (_engine->_features->detectSci2StringFunctionType() == kSci2StringFunctionOld) ? "SCI2 (old)" : "SCI2.1 (new)");
|
||||
#endif
|
||||
DebugPrintf("View type: %s\n", viewTypeDesc[g_sci->getResMan()->getViewType()]);
|
||||
DebugPrintf("Uses palette merging: %s\n", g_sci->_gfxPalette->isMerging() ? "yes" : "no");
|
||||
DebugPrintf("Resource volume version: %s\n", g_sci->getResMan()->getVolVersionDesc());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue