MFG code review cleanup

This commit is contained in:
sp2xdev
2025-03-24 16:08:22 -07:00
parent 89921e5ec2
commit e74c60f61d
3 changed files with 2 additions and 4 deletions
-1
View File
@@ -11,7 +11,6 @@ std::vector<Button> &games::mfg::get_buttons() {
"Service", "Service",
"Test", "Test",
"Coin Mech" "Coin Mech"
//"Action Button"
); );
} }
+1 -2
View File
@@ -8,8 +8,7 @@ namespace games::mfg {
enum { enum {
Service, Service,
Test, Test,
CoinMech, CoinMech
ActionButton
}; };
} }
+1 -1
View File
@@ -1708,7 +1708,7 @@ static const std::vector<OptionDefinition> OPTION_DEFINITIONS = {
.type = OptionType::Enum, .type = OptionType::Enum,
.setting_name = "", .setting_name = "",
.game_name = "Mahjong Fight Girl", .game_name = "Mahjong Fight Girl",
.category = "Game Options (Advanced)", .category = "Game Options",
.elements = { .elements = {
{"HG", "HG"}, {"HG", "HG"},
{"B", "B"}, {"B", "B"},