2025-08-24 09:27 CEST

spring: develop 770adf5c Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
przybyjw przybyjw develop 2007-09-23 04:10:56 develop 850ac126
Changeset The previous version had if(!(owner->falling || owner->Flying)). owner->Flying evaluated to an Enum member, and thus the condition would always evaluate to false. This caused units to never update their height.

Changed owner->Flying to flying. I believe that is what it should be.

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4427 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/MoveTypes/groundmovetype.cpp Diff ] File ]