SCI: Added enum for map and volume versions. Removed res_version setting from

detection.cpp (should be detectable). Cleanup.

svn-id: r43390
This commit is contained in:
Walter van Niftrik 2009-08-15 00:28:59 +00:00
parent 2e72ed0f69
commit f99932b72a
13 changed files with 171 additions and 393 deletions

View file

@ -93,7 +93,6 @@ void script_adjust_opcode_formats(int res_version) {
case SCI_VERSION_0:
break;
case SCI_VERSION_01:
case SCI_VERSION_01_VGA_ODD:
case SCI_VERSION_1:
case SCI_VERSION_1_1:
g_opcode_formats[op_lofsa][0] = Script_Offset;