We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97e2fc5 + 38ed272 commit bb7aebdCopy full SHA for bb7aebd
1 file changed
library/modules/Maps.cpp
@@ -655,6 +655,9 @@ bool Maps::SortBlockEvents(df::map_block *block,
655
if (priorities)
656
priorities->push_back((df::block_square_event_designation_priorityst *)evt);
657
break;
658
+ default:
659
+ assert("Unhandled block event type" && false); // FIXME temporary - replace with NONE case after structure are updated
660
+ break;
661
}
662
663
return true;
0 commit comments