mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
inv:: missing char explained
This commit is contained in:
parent
8393128106
commit
04b3d5e8d4
@ -509,6 +509,7 @@ EX namespace inv {
|
|||||||
eItem o = eItem(i);
|
eItem o = eItem(i);
|
||||||
if(itemclass(o) == IC_ORB) {
|
if(itemclass(o) == IC_ORB) {
|
||||||
char c = orbkeys[j++];
|
char c = orbkeys[j++];
|
||||||
|
if(c == 0) println(hlog, "missing char for ", dnameof(o));
|
||||||
if(remaining[i] || usedup[i]) {
|
if(remaining[i] || usedup[i]) {
|
||||||
orbmap[c] = o;
|
orbmap[c] = o;
|
||||||
if(plain)
|
if(plain)
|
||||||
|
Loading…
Reference in New Issue
Block a user