Index: head/games/colobot/files/patch-src_object_task_taskgoto.h =================================================================== --- head/games/colobot/files/patch-src_object_task_taskgoto.h (nonexistent) +++ head/games/colobot/files/patch-src_object_task_taskgoto.h (revision 515096) @@ -0,0 +1,11 @@ +--- src/object/task/taskgoto.h.orig 2019-10-18 08:14:46 UTC ++++ src/object/task/taskgoto.h +@@ -147,7 +147,7 @@ class CTaskGoto : public CForegroundTask (protected) + int m_bmTotal = 0; // number of points in m_bmPoints + int m_bmIndex = 0; // index in m_bmPoints + Math::Vector m_bmPoints[MAXPOINTS+2]; +- char m_bmIter[MAXPOINTS+2] = {}; ++ signed char m_bmIter[MAXPOINTS+2] = {}; + int m_bmIterCounter = 0; + CObject* m_bmCargoObject = nullptr; + float m_bmFinalMove = 0.0f; // final advance distance Property changes on: head/games/colobot/files/patch-src_object_task_taskgoto.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property