diff --git a/src/feature.c b/src/feature.c index dea7010a4..416f19517 100644 --- a/src/feature.c +++ b/src/feature.c @@ -525,17 +525,16 @@ bool removeFeature(FEATURE *psDel) intRefreshScreen(); } - if ( (psDel->psStats->subType == FEAT_GEN_ARTE) - ||(psDel->psStats->subType == FEAT_OIL_RESOURCE)) + if (psDel->psStats->subType == FEAT_GEN_ARTE || psDel->psStats->subType == FEAT_OIL_RESOURCE) { // have to check all players cos if you cheat you'll get em. - for (player=0; player