I was able to fix the bug with the flying german officer in castle.

In level "Stronghold" there was a german officer, who was standing ca. 30 cm in the air.
This was a result of an scripting error, and it only appeared in the first two difficulty levels.
Quote:
Originally Posted by Code fragment from Krasavitca.lua
Level.StartCustomAnimationJob('GO14', "Act_ProjectY_WatchDevice", -42.0, -5.0, 662.5, -1.0, 0.0, 0.0);
|
The red marked value was "-1.0" before.