mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 07:46:20 +00:00
* Removes double spaces in defines and removes some unused ones (#72466) ## About The Pull Request 1. Removes unused defines (DIAG_CIRCUIT_HUD, LIGHTING_BASE_MATRIX, pda_styles and the defines it uses, MAFIA_MEDAL_CHARISMATIC & MAFIA_MEDAL_VIP). 2. Removes double spaces (or tab->space & space->tab) from everywhere I saw them in the defines folder (unless used by autodoc) 3. Removes the unecessary amount of tabs from lists in HubMigrator, this PR was at first gonna be around achievements but this just bugged me, which spiraled into this. ## Why It's Good For The Game me when i spread my code standards onto the codebase i contribute to this doesn't affect the game however it does make the defines look cleaner and brings it up to date with our most recent standards. ## Changelog not player-facing. * Removes double spaces in defines and removes some unused ones Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
4 lines
94 B
Plaintext
4 lines
94 B
Plaintext
#define RESONATOR_MODE_AUTO 1
|
|
#define RESONATOR_MODE_MANUAL 2
|
|
#define RESONATOR_MODE_MATRIX 3
|