visited fix

This commit is contained in:
p.kosyh 2010-07-27 11:14:20 +00:00
parent 07d1c5e906
commit c38c2785c1

View file

@ -160,7 +160,7 @@ function visited(w)
if not w then w = here() end
w = ref(w)
if w == nil then
return 0;
return nil;
end
if not isRoom(w) then
error ("Wrong parameter to visited.", 2);