View Single Post
  #6  
Old 08-25-2004, 03:14 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

rename the quest folder to like.. xquestsx or something thus making them useless and see if the zones run. This will tell you if its a quest thats causing it.

(Also, thats a buffer overrun, like I had, not underrun )
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
Reply With Quote