- Added SnowKate709's APROP_MaxHealth submission.

- Fixed: FTexture::GetScaledWidth/Height always rounded down which could result in
  imprecisions (e.g. when scaling from 128 to 96.)


SVN r722 (trunk)
This commit is contained in:
Christoph Oelckers 2008-01-28 09:39:46 +00:00
parent 98502afc24
commit 9a0392a8d2

View file

@ -174,6 +174,7 @@
#define APROP_Frightened 14
#define APROP_Gravity 15
#define APROP_Friendly 16
#define APROP_SpawnHealth 17
#define APROP_SeeSound 5 // Sounds can only be set, not gotten
#define APROP_AttackSound 6
#define APROP_PainSound 7