Skip to content

Commit

Permalink
chore: Addressed PR Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cow-co authored and Bubbus committed Dec 5, 2024
1 parent 378e092 commit 43801db
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
9 changes: 1 addition & 8 deletions components/briefing/macros.hpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
#include "../../macros.hpp"

#define RESPAWN_MODE_NAME_TIMED "Timed"
#define RESPAWN_MODE_NAME_TIMED_TICKETS "Timed, with Tickets"
#define RESPAWN_MODE_NAME_TIMED_WAVES "Timed Waves"
#define RESPAWN_MODE_NAME_TICKETS "Tickets"
#define RESPAWN_MODE_NAME_TIMED_WAVES_TICKETS "Timed Waves, with Tickets"
#define RESPAWN_MODE_NAME_TRIGGERED_WAVES "Triggered Waves"
#define RESPAWN_MODE_NAME_TRIGGERED_WAVES_TICKETS "Triggered Waves, with Tickets"
#include "../../respawn_macros.hpp"
10 changes: 9 additions & 1 deletion respawn_macros.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,12 @@

#define RESPAWN_DEFAULTS "CAFE_FixPlayerTickets", "CAFE_WeaponSafety", "Counter", "CAFE_Loadout", "CAFE_Squad", "CAFE_MoveToSpawn"

#define DEFAULT_RESPAWN_ARRAY {RESPAWN_DEFAULTS}
#define DEFAULT_RESPAWN_ARRAY {RESPAWN_DEFAULTS}

#define RESPAWN_MODE_NAME_TIMED "Timed"
#define RESPAWN_MODE_NAME_TIMED_TICKETS "Timed, with Tickets"
#define RESPAWN_MODE_NAME_TIMED_WAVES "Timed Waves"
#define RESPAWN_MODE_NAME_TICKETS "Tickets"
#define RESPAWN_MODE_NAME_TIMED_WAVES_TICKETS "Timed Waves, with Tickets"
#define RESPAWN_MODE_NAME_TRIGGERED_WAVES "Triggered Waves"
#define RESPAWN_MODE_NAME_TRIGGERED_WAVES_TICKETS "Triggered Waves, with Tickets"

0 comments on commit 43801db

Please sign in to comment.