X-Git-Url: https://git.yukkurigames.com/?p=rogue-pphs.git;a=blobdiff_plain;f=things.c;fp=things.c;h=04e55e0b002cf942bc1350cd546e9f70ef226fcc;hp=ee08f265d713f7cd0690d900199a98d5d88ca240;hb=b65543a78471f80b4836a78b1c776a5c6c71974e;hpb=93bb426202ba92c389aae65c0c8ab6eb3d325eae diff --git a/things.c b/things.c index ee08f26..04e55e0 100644 --- a/things.c +++ b/things.c @@ -348,7 +348,7 @@ new_thing() fix_stick(cur); otherwise: debug("Picked a bad kind of object"); - wait_for(' '); + wait_for(cw, ' '); } return item; }