Skip to content

Commit 0f6baf7

Browse files
committed
BWM: raise MAX_SPECIAL_POWER_SHORTCUTS 11->22 (22-slot special-power sidebar)
1 parent 6a19b8b commit 0f6baf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GeneralsMD/Code/GameEngine/Include/GameClient/ControlBar.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ enum {
416416
};
417417
enum { MAX_STRUCTURE_INVENTORY_BUTTONS = 10 }; // there are this many physical buttons in "inventory" windows for structures
418418
enum { MAX_BUILD_QUEUE_BUTTONS = 9 };// physical button count for the build queue
419-
enum { MAX_SPECIAL_POWER_SHORTCUTS = 11};
419+
enum { MAX_SPECIAL_POWER_SHORTCUTS = 22};
420420
class CommandSet : public Overridable
421421
{
422422

0 commit comments

Comments
 (0)