mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 13:42:02 +00:00
Style :P
svn-id: r29999
This commit is contained in:
parent
956b69b655
commit
58959568bd
@ -739,7 +739,7 @@ bool Inter_v3::o3_getTotTextItemPart(OpFuncParams ¶ms) {
|
||||
totData += 2;
|
||||
|
||||
while (*totData != 1) {
|
||||
switch(*totData) {
|
||||
switch (*totData) {
|
||||
case 2:
|
||||
case 5:
|
||||
totData++;
|
||||
@ -785,7 +785,7 @@ bool Inter_v3::o3_getTotTextItemPart(OpFuncParams ¶ms) {
|
||||
return false;
|
||||
}
|
||||
|
||||
switch(*totData) {
|
||||
switch (*totData) {
|
||||
case 2:
|
||||
case 5:
|
||||
totData += 5;
|
||||
@ -820,7 +820,7 @@ bool Inter_v3::o3_getTotTextItemPart(OpFuncParams ¶ms) {
|
||||
|
||||
end = false;
|
||||
while (!end) {
|
||||
switch(*totData) {
|
||||
switch (*totData) {
|
||||
case 2:
|
||||
case 5:
|
||||
if (ABS(offY - READ_LE_UINT16(totData + 3)) > 1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user