mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 22:30:42 -07:00
MFG code review cleanup
This commit is contained in:
@@ -11,7 +11,6 @@ std::vector<Button> &games::mfg::get_buttons() {
|
|||||||
"Service",
|
"Service",
|
||||||
"Test",
|
"Test",
|
||||||
"Coin Mech"
|
"Coin Mech"
|
||||||
//"Action Button"
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -8,8 +8,7 @@ namespace games::mfg {
|
|||||||
enum {
|
enum {
|
||||||
Service,
|
Service,
|
||||||
Test,
|
Test,
|
||||||
CoinMech,
|
CoinMech
|
||||||
ActionButton
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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"},
|
||||||
|
|||||||
Reference in New Issue
Block a user