Fix -Wshadow warnings in load_exit_models

This commit is contained in:
Kp 2016-05-21 17:24:51 +00:00
parent f48247d5c7
commit c7940d12f9

View file

@ -656,7 +656,7 @@ int load_exit_models()
ogl_cache_polymodel_textures(destroyed_exit_modelnum); ogl_cache_polymodel_textures(destroyed_exit_modelnum);
#endif #endif
} }
else if (auto exit_hamfile = PHYSFSX_openReadBuffered(D1_PIGFILE)) else if ((exit_hamfile = PHYSFSX_openReadBuffered(D1_PIGFILE)))
{ {
int offset, offset2; int offset, offset2;
int hamsize; int hamsize;