SCI32: Fix warning

This commit is contained in:
Willem Jan Palenstijn 2017-05-26 19:33:53 +02:00
parent 04fb40be2d
commit d9807b0fca

View file

@ -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");
}
}
};