Try / OpenGothic

Reimplementation of Gothic 2 Notr
MIT License
1.17k stars 85 forks source link

Align npcs to their freepoint once it's reached #644

Closed thokkat closed 6 months ago

thokkat commented 6 months ago

Basically the code is copied from AI_AlignToWp. I left out the non-zero check for readability because it's checked later again down the function chain. Test npc: goto vob GUR_1208_BaalCadar.

Removed empty line accidentally made from the gotoVob PR.

Fixes https://github.com/Try/OpenGothic/issues/640

Try commented 6 months ago

Merged, thanks!