Renamed SCI_VERSION_01 -> SCI_VERSION_01_EGA

svn-id: r42181
This commit is contained in:
Filippos Karapetis 2009-07-06 16:22:14 +00:00
parent c22010b3d2
commit 219b0de0d2
9 changed files with 28 additions and 28 deletions

View file

@ -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: