Hi,
I think i found a bug in mapwld 1.1 which i recently downloaded from
ftp.circlemud.org.
In line 237, rooms=i should be rooms=i+1, otherwise the last
room read will not be used. Another way is to replace some
for's like
  for (i = 1; i < nrooms; i++)  
 by
 
  for (i = 1; i <=  nrooms; i++)  
But that's more work.
Best regards, Mark
--------------------------------------------------------------------------
Mark Weel                                        m.weel@student.utwente.nl      
                      
Xmobedit GUI circlemud S-mobeditor at 
http://cal012032.student.utwente.nl/xmobedit
This archive was generated by hypermail 2b30 : 12/18/00 PST