1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-04-24 01:41:21 +00:00

Fix warnings about enumeration value not handled in switch

This commit is contained in:
Joseph C. Sible
2025-10-17 20:24:21 -04:00
parent ff46bbff6a
commit d653f565df

View File

@@ -1988,6 +1988,12 @@ EX namespace mapeditor {
caption = "walls";
for(int i=0; i<walltypes; i++) if(i != waChasmD) dialog::vpush(i, winf[i].name);
break;
case ePainttype::copy:
case ePainttype::boundary:
case ePainttype::paint:
case ePainttype::select:
case ePainttype::teleport:
break;
}
// sort(v.begin(), v.end());