Merge pull request #458 from Tilka/warnings

Fix some warnings
This commit is contained in:
Pierre Bourdon
2014-06-06 00:58:37 +02:00
4 changed files with 7 additions and 7 deletions

View File

@ -104,7 +104,7 @@ PC_TexFormat GetHiresTex(const std::string& filename, unsigned int* pWidth, unsi
*pWidth = width;
*pHeight = height;
int offset = 0;
//int offset = 0;
PC_TexFormat returnTex = PC_TEX_FMT_NONE;
switch (texformat)