Home
last modified time | relevance | path

Searched refs:bo_character_hitpoints (Results 1 – 5 of 5) sorted by last modified time

/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_cfg.c1267 WriteParameter( file, "; Character Hitpoints - ", bo_character_hitpoints ); in WriteBattleConfig()
H A Drt_playr.c327 if (BATTLEMODE && (gamestate.BattleOptions.HitPoints != bo_character_hitpoints)) in MaxHitpointsForCharacter()
H A Drt_menu.c291 1, 25, bo_character_hitpoints, 100, 250, 500, 4000
8202 if ( options->HitPoints == bo_character_hitpoints ) in ShowBattleOptions()
H A Drt_battl.c161 gamestate.BattleOptions.HitPoints = bo_character_hitpoints; in BATTLE_Init()
H A Drt_battl.h127 #define bo_character_hitpoints 0 macro