- fixed 'missing interpolation point' warning

This commit is contained in:
alexey.lysiuk 2019-01-20 15:57:38 +02:00 committed by Christoph Oelckers
parent b378b29421
commit 12db808307
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ class PathFollower : Actor
if (node == null)
{
A_Log ("PathFollower " .. tid .. ": Can't find interpolation pt " .. args[0] + 256 * args[1] .. "%d\n");
A_Log ("PathFollower " .. tid .. ": Can't find interpolation point " .. args[0] + 256 * args[1] .. "\n");
return;
}