[6890] Implemented more correct way of calculating fall damage by using fall distance and not fall time. Thanks to DasMy for finding an appropriate formula

This commit is contained in:
arrai 2008-12-10 14:43:22 +01:00
parent 3da9f3f4cc
commit 69e9ab315f
3 changed files with 14 additions and 9 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "6889"
#define REVISION_NR "6890"
#endif // __REVISION_NR_H__