author | ecalot
<ecalot> 2005-02-25 11:00:19 UTC |
committer | ecalot
<ecalot> 2005-02-25 11:00:19 UTC |
parent | bab719a8c7a7615ed660ded75cdaa5d5ffde492a |
FP/src/ker/object.c | +1 | -1 |
diff --git a/FP/src/ker/object.c b/FP/src/ker/object.c index bf45e33..7847cec 100644 --- a/FP/src/ker/object.c +++ b/FP/src/ker/object.c @@ -94,7 +94,7 @@ int objectMove(tObject* object,tKey key,tRoom* room) { if (room==NULL) return flags; /* exits if it is not associated to a room */ -/* a static variable type in the tObject determinates what objet is it about. This is to simulate polymorphism. +/* a static variable type in the tObject determinates what object is it about. This is to simulate polymorphism. * call a function that performs all the actions knowing the room, the object and the flags. Returns refresh. */ switch (object->type) { case oKid: