mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-21 12:49:10 +00:00
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.