forked from Tr0n/client
Upgraded to DirectX 9
This commit is contained in:
@ -902,9 +902,9 @@ bool CPythonApplication::CreateDevice(int width, int height, int Windowed, int b
|
||||
return false;
|
||||
|
||||
case CGraphicDevice::CREATE_NO_DIRECTX:
|
||||
//PyErr_SetString(PyExc_RuntimeError, "DirectX 8.1 or greater required to run game");
|
||||
//PyErr_SetString(PyExc_RuntimeError, "DirectX 9 or greater required to run game");
|
||||
SET_EXCEPTION(CREATE_NO_DIRECTX);
|
||||
TraceError("CreateDevice: DirectX 8.1 or greater required to run game");
|
||||
TraceError("CreateDevice: DirectX 9 or greater required to run game");
|
||||
return false;
|
||||
|
||||
case CGraphicDevice::CREATE_DEVICE:
|
||||
|
Reference in New Issue
Block a user