X-Git-Url: https://git.yukkurigames.com/?p=rogue-pphs.git;a=blobdiff_plain;f=things.c;h=5026ad009b7d297537a649d86e5ad8df4626828e;hp=ee08f265d713f7cd0690d900199a98d5d88ca240;hb=7cac8893e03e58ac3659cdd25d26bdd7eba1986c;hpb=a868f7779583a00316cb076fc4d62ccfb1488434 diff --git a/things.c b/things.c index ee08f26..5026ad0 100644 --- a/things.c +++ b/things.c @@ -4,7 +4,7 @@ * * @(#)things.c 3.37 (Berkeley) 6/15/81 * - * Rogue: Exploring the Dungeons of Doom + * Rogue: Exploring the Cavern of Cuties * Copyright (C) 1980, 1981 Michael Toy, Ken Arnold and Glenn Wichman * All rights reserved. * @@ -348,7 +348,7 @@ new_thing() fix_stick(cur); otherwise: debug("Picked a bad kind of object"); - wait_for(' '); + wait_for(cw, ' '); } return item; }