Skip to content

Commit

Permalink
menu: Display PDA / PDA2 slots on Engineer
Browse files Browse the repository at this point in the history
Fixes #16.
  • Loading branch information
nosoop committed Apr 11, 2021
1 parent db3cd71 commit b61925d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripting/cwx/loadout_radio_menu.sp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ static char g_LocalizedLoadoutSlots[][] = {
*/
static int bitsSlotVisibility[NUM_PLAYER_CLASSES] = {
0b0000000, 0b0000111, 0b0000111, 0b0000111, 0b0000111,
0b0000111, 0b0000111, 0b0000111, 0b1010110, 0b0001111
0b0000111, 0b0000111, 0b0000111, 0b1010110, 0b1100111
};

/**
Expand Down

0 comments on commit b61925d

Please sign in to comment.