Fix some warnings.

The 'offset' variable needs to stay because the disabled code below uses it.
This commit is contained in:
Tillmann Karras
2014-06-04 01:04:52 +02:00
parent 3a06907653
commit 0eb341e542
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)