mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
SW: Fix incorrectly declared function input type.
This commit is contained in:
parent
eaa51138ad
commit
1cdd5b08d8
1 changed files with 1 additions and 1 deletions
|
@ -460,7 +460,7 @@ void JS_InitMirrors(void)
|
|||
// Draw a 3d screen to a specific tile
|
||||
/////////////////////////////////////////////////////
|
||||
void drawroomstotile(int daposx, int daposy, int daposz,
|
||||
short daq16ang, fix16_t daq16horiz, short dacursectnum, short tilenume)
|
||||
fix16_t daq16ang, fix16_t daq16horiz, short dacursectnum, short tilenume)
|
||||
{
|
||||
TileFiles.MakeCanvas(tilenume, tilesiz[tilenume].x, tilesiz[tilenume].y);
|
||||
|
||||
|
|
Loading…
Reference in a new issue