Thread: another patch?
View Single Post
  #2  
Old 01-26-2005, 02:04 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Unfortunatly, I saw EQGraphicsDX9.dll, eqmain.dll and eqgame.exe being updated in this patch. This doesnt mean that the devs will have to finish up with the previous patch and move to this, they will -have- to start working on this new patch because theres no where to collect from, but, this will stall the ability to update to live.
__________________
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