-----Original Message----- From: George Greer <greerga@CIRCLEMUD.ORG> On Sat, 18 Aug 2001, halitus wrote: >>Now my oedit extra flags menu doesn't work correctly. >>Choosing anything over choice 32 causes it to wrap back to the (# - 32) >>choice. >You have to fix OasisOLC too, it's not using that type >all over. Indeed you were correct. Just in case anyone else runs across this same problem sometime soon I had to go into oedit.c and change the TOGGLE_BIT macro calls from (1 << (number - 1 )) to (1ULL << (number - 1)). -- +---------------------------------------------------------------+ | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html | +---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/06/01 PST