- missed some MAX's.
This commit is contained in:
parent
75c8e0af7c
commit
07a181090b
13 changed files with 28 additions and 28 deletions
|
|
@ -452,7 +452,7 @@ void R_InitSpriteDefs ()
|
|||
{ // voxel applies to a specific frame
|
||||
j = vh->Frame - 'A';
|
||||
sprtemp[j].Voxel = voxdef;
|
||||
maxframe = MAX<int>(maxframe, j);
|
||||
maxframe = max<int>(maxframe, j);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue