Fix -Wswitch warning about UNDERWORLD_GATE in MapCache.

develop
Ben Lubar 2018-04-05 16:50:04 -05:00
parent 565c1e1260
commit 51661d7355
No known key found for this signature in database
GPG Key ID: 018BAB45DB2D2B24
1 changed files with 1 additions and 0 deletions

@ -929,6 +929,7 @@ t_matpair MapExtras::BlockInfo::getBaseMaterial(df::tiletype tt, df::coord2d pos
case CONSTRUCTION: // just a fallback
case MAGMA:
case HFS:
case UNDERWORLD_GATE:
// use generic 'rock'
break;