diff --git a/Source/player.cpp b/Source/player.cpp index 3eace8291..eca715d5c 100644 --- a/Source/player.cpp +++ b/Source/player.cpp @@ -133,7 +133,7 @@ void __fastcall LoadPlrGFX(int pnum, player_graphic gfxflag) UCHAR *pData; UCHAR *pAnim; - for (DWORD i = 1; i <= PFILE_ALL; i *= 2) { + for (DWORD i = 1; i <= PFILE_ALL; i <<= 1) { if ( !(i & gfxflag) ) { continue; }