View Single Post
  #12  
Old 08-26-2004, 05:00 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by Mrwalsh
Maybe I'm missing something.

Why would we get a warning like that?
I think he means by the EQEMu people.

Quote:
Well normally on the site they tell you whats comming up in the up comming patches. And maybe in a patch before itll say somethink like "Next patch expect the new Sony feature Paunchpad!'
Problem is the patcher doesnt patch itself to launchpad in the scan so chances are they wont have a patch message it will just appear one day.
__________________
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