Whitespace cleanup part 2. (#19891)

This commit is contained in:
warriorstar-orion
2022-12-24 18:38:43 +01:00
committed by GitHub
parent 19d759b257
commit a7d09cf033
134 changed files with 652 additions and 656 deletions
@@ -1,12 +1,11 @@
/*
field_generator power level display
The icon used for the field_generator need to have 'num_power_levels' number of icon states
named 'Field_Gen +p[num]' where 'num' ranges from 1 to 'num_power_levels'
The power level is displayed using overlays. The current displayed power level is stored in 'powerlevel'.
The overlay in use and the powerlevel variable must be kept in sync. A powerlevel equal to 0 means that
no power level overlay is currently in the overlays list.
-Aygar
* The icon used for the field_generator need to have 'num_power_levels' number of icon states
* named 'Field_Gen +p[num]' where 'num' ranges from 1 to 'num_power_levels'
* The power level is displayed using overlays. The current displayed power level is stored in 'powerlevel'.
* The overlay in use and the powerlevel variable must be kept in sync. A powerlevel equal to 0 means that
* no power level overlay is currently in the overlays list.
* -Aygar
*/
#define field_generator_max_power 250