hasDev3DfxLinux --> hadDev3DfxLinux()

This was fixed for the FreeBSD port by Timothy Lottes
This commit is contained in:
joseph
2000-01-06 19:05:50 +00:00
parent 7de920eb56
commit 113f6c1e41

View File

@@ -466,7 +466,7 @@ pciOpen( void )
*/
#ifdef __linux__
if (hasDev3DfxLinux) return pciOpenLinux();
if (hasDev3DfxLinux()) return pciOpenLinux();
#endif
for ( deviceNumber = 0; deviceNumber < MAX_PCI_DEVICES; deviceNumber++ ) {