X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=misc.c;h=968e2a1840d5a6acc6c04a79c44bfcaf418a95ee;hb=648deb477014eace4fcddf1b00a86591ff86c870;hp=20e3d5b5c3a3dac41fe7941e6d2069849962104b;hpb=3afaabead37b6643f1471974589cecbb728e6b34;p=open-adventure.git diff --git a/misc.c b/misc.c index 20e3d5b..968e2a1 100644 --- a/misc.c +++ b/misc.c @@ -633,7 +633,7 @@ void carry(obj_t object, loc_t where) void drop(obj_t object, loc_t where) /* Place an object at a given loc, prefixing it onto the game.atloc list. Decr - * game.holdng if the object was being toted. */ + * game.holdng if the object was being toted. No state change on the object. */ { if (object > NOBJECTS) game.fixed[object - NOBJECTS] = where;