ID10T error

no default does not need case -_- id10t error, few other fixes
This commit is contained in:
marauder2k7 2024-07-22 21:12:48 +01:00
parent a621cc5100
commit 6807abc8b6
5 changed files with 8 additions and 6 deletions

View file

@ -495,7 +495,7 @@ void ProximityMine::processTick( const Move* move )
return;
}
break;
case default:
default:
// just break out, unknown state, covers warnings for not fulfilling all possiblities in enum.
break;
}