X-Git-Url: https://git.yukkurigames.com/?p=rogue-pphs.git;a=blobdiff_plain;f=things.c;h=04e55e0b002cf942bc1350cd546e9f70ef226fcc;hp=ee08f265d713f7cd0690d900199a98d5d88ca240;hb=e72b287ac5cdb287c541bdc052d13823afe4930d;hpb=a868f7779583a00316cb076fc4d62ccfb1488434 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; }