mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-24 13:21:20 +00:00
Cleanup
This commit is contained in:
parent
7371566592
commit
4ebda932bb
1 changed files with 1 additions and 3 deletions
|
@ -137,9 +137,7 @@ static void R_InstallSpriteLump(UINT16 wad, // graphics patch
|
|||
char cn = R_Frame2Char(frame), cr = R_Rotation2Char(rotation); // for debugging
|
||||
|
||||
INT32 r;
|
||||
lumpnum_t lumppat = wad;
|
||||
lumppat <<= 16;
|
||||
lumppat += lump;
|
||||
lumpnum_t lumppat = (wad << 16) + lump;
|
||||
|
||||
if (maxframe ==(size_t)-1 || frame > maxframe)
|
||||
maxframe = frame;
|
||||
|
|
Loading…
Reference in a new issue