summaryrefslogtreecommitdiffstats
path: root/src/peds/PedRoutes.cpp
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2019-09-27 19:46:34 +0200
committerGitHub <noreply@github.com>2019-09-27 19:46:34 +0200
commitdf6e4093ce9c6ccaeab912e946ef59176ebe3a07 (patch)
treee1cab849a035d1378d4ec8ebb272818fb73a86f4 /src/peds/PedRoutes.cpp
parentMerge pull request #210 from erorcun/erorcun (diff)
parentPeds, ProcessObjective and fixes (diff)
downloadre3-df6e4093ce9c6ccaeab912e946ef59176ebe3a07.tar
re3-df6e4093ce9c6ccaeab912e946ef59176ebe3a07.tar.gz
re3-df6e4093ce9c6ccaeab912e946ef59176ebe3a07.tar.bz2
re3-df6e4093ce9c6ccaeab912e946ef59176ebe3a07.tar.lz
re3-df6e4093ce9c6ccaeab912e946ef59176ebe3a07.tar.xz
re3-df6e4093ce9c6ccaeab912e946ef59176ebe3a07.tar.zst
re3-df6e4093ce9c6ccaeab912e946ef59176ebe3a07.zip
Diffstat (limited to 'src/peds/PedRoutes.cpp')
-rw-r--r--src/peds/PedRoutes.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/peds/PedRoutes.cpp b/src/peds/PedRoutes.cpp
index c572d8be..f1f73988 100644
--- a/src/peds/PedRoutes.cpp
+++ b/src/peds/PedRoutes.cpp
@@ -3,4 +3,5 @@
#include "main.h"
#include "PedRoutes.h"
-WRAPPER int16 CRouteNode::GetRouteThisPointIsOn(int16) { EAXJMP(0x4EE7A0); } \ No newline at end of file
+WRAPPER int16 CRouteNode::GetRouteThisPointIsOn(int16) { EAXJMP(0x4EE7A0); }
+WRAPPER CVector CRouteNode::GetPointPosition(int16) { EAXJMP(0x4EE780); } \ No newline at end of file