Browse Source
This fixes a crash that occurs on systems with no Direct3D device available. The device selector returns a NULL string, which is then strstr'ed for some ancient nvidia card. For now, let's wrap that in a NULL check. Eventually, when we scrub plClient.cpp and winmain.cpp, that hack should just be dropped.
Adam Johnson
13 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue