mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-09-24 12:01:40 +00:00
dialog:: isitem now knows diMatrixItems
This commit is contained in:
+1
-1
@@ -890,7 +890,7 @@ EX namespace dialog {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool isitem(item& it) {
|
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) {
|
EX void handle_actions(int &sym, int &uni) {
|
||||||
|
|||||||
Reference in New Issue
Block a user