latest work on mice stuff, still not too far. also slight cleanup

This commit is contained in:
AJ Kelly
2011-02-15 01:54:43 -06:00
parent a2af7dc1a9
commit bf9609ca5c
7 changed files with 46 additions and 41 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ RString hr_ssprintf( int hr, const char *fmt, ... )
#ifdef _XBOX
char szError[1024] = "";
D3DXGetErrorString( hr, szError, sizeof(szError) );
#else
#else
const char *szError = DXGetErrorString8( hr );
#endif