Change DWORD to int in *Texture*. (Maybe it should be unsigned, but

we don't use unsigned much anyway.)
This commit is contained in:
Glenn Maynard
2002-10-19 19:30:34 +00:00
parent d98b95d63c
commit 22b95f922f
6 changed files with 28 additions and 28 deletions
+2 -2
View File
@@ -24,8 +24,8 @@
RageTexture::RageTexture(
RageDisplay* pScreen,
const CString &sFilePath,
DWORD dwMaxSize,
DWORD dwTextureColorDepth,
int dwMaxSize,
int dwTextureColorDepth,
int iMipMaps,
int iAlphaBits,
bool bDither,