1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 22:53:19 +00:00

dialog:: isitem now knows diMatrixItems

This commit is contained in:
Zeno Rogue 2023-08-15 17:08:25 +02:00
parent 442a7d3c74
commit a5ada45164

View File

@ -890,7 +890,7 @@ EX namespace dialog {
}
bool isitem(item& it) {
return among(it.type, diItem, diBigItem, diColorItem);
return among(it.type, diItem, diBigItem, diColorItem, diMatrixItem);
}
EX void handle_actions(int &sym, int &uni) {