From 1cdd5b08d82a88eb57013e78a34e4ef9e0796d34 Mon Sep 17 00:00:00 2001 From: Mitchell Richters Date: Mon, 30 Mar 2020 01:02:55 +1100 Subject: [PATCH] SW: Fix incorrectly declared function input type. --- source/sw/src/jsector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/sw/src/jsector.cpp b/source/sw/src/jsector.cpp index a91d56d42..6c888689f 100644 --- a/source/sw/src/jsector.cpp +++ b/source/sw/src/jsector.cpp @@ -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);