aboutsummaryrefslogtreecommitdiff
path: root/sword1/router.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword1/router.h')
-rw-r--r--sword1/router.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword1/router.h b/sword1/router.h
index 62aba682d6..e7a8e807fc 100644
--- a/sword1/router.h
+++ b/sword1/router.h
@@ -177,7 +177,7 @@ private:
int32 SmoothestPath();
int32 SmoothCheck(int32 best, int32 p, int32 dirS, int32 dirD);
- int32 SolidPath();
+ int32 SolidPath();
int32 SolidWalkAnimator(WalkData *walkAnim);
void RouteLine(int32 x1,int32 y1,int32 x2,int32 y2 ,int32 colour);
void BresenhamLine(int32 x1,int32 y1,int32 x2,int32 y2, uint8 *screen, int32 width, int32 height, int32 colour);