mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-03 09:32:45 +00:00
- fixed compilation
This commit is contained in:
parent
df85d3277d
commit
ae956a2867
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
|||
#include "inputstate.h"
|
||||
#include "printf.h"
|
||||
#include "gamecontrol.h"
|
||||
#include "render.h"
|
||||
#include "rendering/render.h"
|
||||
#include "gamefuncs.h"
|
||||
|
||||
#ifdef USE_OPENGL
|
||||
|
@ -1600,7 +1600,7 @@ void twod_rotatesprite(F2DDrawer *twod, int32_t sx, int32_t sy, int32_t z, int16
|
|||
}
|
||||
else
|
||||
#endif
|
||||
if (!pic) tileUpdatePicnum(&picnum, 0);
|
||||
//if (!pic) tileUpdatePicnum(&picnum, 0, 0);
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue