Thread: Few Questions.
View Single Post
  #6  
Old 08-19-2004, 06:57 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by Raddiux
I'm not sure about the paleness problem. That sounds more like a issue with the client rather than an issue with eqemu. Are you sure the gamma isn't way up or something? Does EQlive have problems like that too? Maybe check your drivers?
No, they fixed it as of last patch.
__________________
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.