X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=mudsync%2Fgameobj.scm;h=20fc291340198c25e12ad2c718c985e55ad35c42;hp=9046520bbb9ba7dc396dcfa4bec301117f85f716;hb=095dde9158621c8bb3d690feaa0d525a76342eb9;hpb=901f16ca8dccc6d4e4037ae68dc0b7171b43478c diff --git a/mudsync/gameobj.scm b/mudsync/gameobj.scm index 9046520..20fc291 100644 --- a/mudsync/gameobj.scm +++ b/mudsync/gameobj.scm @@ -365,6 +365,6 @@ By default, this is whether or not the generally-visible flag is set." #:symbol special-symbol) 'val)) ;; if it's false, return nothing - ((#f #f)) + (#f #f) ;; otherwise it's probably an address, return it as-is (_ special-symbol)))