Definition : F_DEATH_MAX_EXP_PLATFORM(int max_exp)

Defined in : #include <formulas.h>

Description: When a player dies, he is helped to regain his former self.
             However, when he dies a second time before he is fully recovered,
	     we only help him to a lower platform. Otherwise help him to regain
	     his former self. This is also true if there is no platform yet.
	     This platform is a percentage of the original experience.

Arguments  : int max_exp - the current max_exp value.

Returns    : int - the new max_exp platform.
