diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-09-10 02:14:50 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-09-10 02:14:50 +0200 |
commit | 93d77f340df1305fd8a802034b878f69f2cb1285 (patch) | |
tree | c2076cbd9f9999d8517afbce807004507d9f1052 /src/control/PathFind.cpp | |
parent | Merge branch 'master' of https://github.com/GTAmodding/re3 into erorcun (diff) | |
download | re3-93d77f340df1305fd8a802034b878f69f2cb1285.tar re3-93d77f340df1305fd8a802034b878f69f2cb1285.tar.gz re3-93d77f340df1305fd8a802034b878f69f2cb1285.tar.bz2 re3-93d77f340df1305fd8a802034b878f69f2cb1285.tar.lz re3-93d77f340df1305fd8a802034b878f69f2cb1285.tar.xz re3-93d77f340df1305fd8a802034b878f69f2cb1285.tar.zst re3-93d77f340df1305fd8a802034b878f69f2cb1285.zip |
Diffstat (limited to 'src/control/PathFind.cpp')
-rw-r--r-- | src/control/PathFind.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/PathFind.cpp b/src/control/PathFind.cpp index 46895678..fb60250c 100644 --- a/src/control/PathFind.cpp +++ b/src/control/PathFind.cpp @@ -1682,7 +1682,7 @@ CPathFind::Load(uint8 *buf, uint32 size) void CPathFind::DisplayPathData(void) { - // Not the function from mobm_carPathLinksile but my own! + // Not the function from mobile but my own! int i, j, k; // Draw 50 units around camera |