(svn r3300) Remove unreachable code - in this case some duplicate breaks

This commit is contained in:
tron
2005-12-14 06:49:54 +00:00
parent 4634243110
commit cc2b51320f
5 changed files with 8 additions and 13 deletions

View File

@@ -733,7 +733,8 @@ int32 CmdReplaceVehicle(int x, int y, uint32 flags, uint32 p1, uint32 p2)
} else {
return RemoveEngineReplacement(p, old_engine_type, flags);
}
} break;
}
case 4:
if (flags & DC_EXEC) {
p->engine_renew = (bool)GB(p1, 15, 1);