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:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user