SCI32: Fix warning
This commit is contained in:
parent
04fb40be2d
commit
d9807b0fca
1 changed files with 2 additions and 0 deletions
|
@ -134,6 +134,8 @@ struct CelInfo32 {
|
|||
return Common::String::format("color %d", color);
|
||||
case kCelTypeMem:
|
||||
return Common::String::format("mem %04x:%04x", PRINT_REG(bitmap));
|
||||
default:
|
||||
assert(!"Should never happen");
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue