Renamed SCI_VERSION_01 -> SCI_VERSION_01_EGA
svn-id: r42181
This commit is contained in:
parent
c22010b3d2
commit
219b0de0d2
9 changed files with 28 additions and 28 deletions
|
@ -93,7 +93,7 @@ opcode_format g_opcode_formats[128][4] = {
|
|||
void script_adjust_opcode_formats(int res_version) {
|
||||
switch (res_version) {
|
||||
case SCI_VERSION_0:
|
||||
case SCI_VERSION_01:
|
||||
case SCI_VERSION_01_EGA:
|
||||
break;
|
||||
case SCI_VERSION_01_VGA:
|
||||
case SCI_VERSION_01_VGA_ODD:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue