Update of /cvsroot/gcblue/gcb_wx/src/graphics
In directory sc8-pr-cvs1:/tmp/cvs-serv6686/src/graphics
Modified Files:
tcGraphicsEngine.cpp
Log Message:
more briefing and scenario generation features
Index: tcGraphicsEngine.cpp
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/src/graphics/tcGraphicsEngine.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** tcGraphicsEngine.cpp 14 Dec 2003 20:58:47 -0000 1.11
--- tcGraphicsEngine.cpp 1 Jan 2004 23:44:46 -0000 1.12
***************
*** 784,788 ****
{
std::string text = "3D driver does not support alpha-blending. "
! "This may result in slow performance. (";
text += GetDriverInfo();
text += ")\n";
--- 784,788 ----
{
std::string text = "3D driver does not support alpha-blending. "
! "This may result in slow performance. Try F12 to disable elevation map blending. (";
text += GetDriverInfo();
text += ")\n";
|