Bug #1252

nlwarning "Unknown video card" never called

Added by tachiorz over 4 years ago.

Status:New Start date:03/01/2011
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:Client: General
Target version:-

Description

http://dev.ryzom.com/projects/ryzom/repository/entry/code/ryzom/client/src/init.cpp#L529

1
static uint64 driversVersion[]= {
NVIDIA_RECOMMANDED_DRIVERS,
ATI_RECOMMANDED_DRIVERS
};

2
for (i=0; i< sizeofarray(driversVersion); i++)

3
if (i==sizeof (driversVersion)/sizeof(uint))
nlwarning ("Unknown video card : %s", deviceName.c_str());

You have if (2==4) here

Also available in: Atom PDF