mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-02 06:40:42 -07:00
MFG code review cleanup
This commit is contained in:
@@ -11,7 +11,6 @@ std::vector<Button> &games::mfg::get_buttons() {
|
||||
"Service",
|
||||
"Test",
|
||||
"Coin Mech"
|
||||
//"Action Button"
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -8,8 +8,7 @@ namespace games::mfg {
|
||||
enum {
|
||||
Service,
|
||||
Test,
|
||||
CoinMech,
|
||||
ActionButton
|
||||
CoinMech
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -1708,7 +1708,7 @@ static const std::vector<OptionDefinition> OPTION_DEFINITIONS = {
|
||||
.type = OptionType::Enum,
|
||||
.setting_name = "",
|
||||
.game_name = "Mahjong Fight Girl",
|
||||
.category = "Game Options (Advanced)",
|
||||
.category = "Game Options",
|
||||
.elements = {
|
||||
{"HG", "HG"},
|
||||
{"B", "B"},
|
||||
|
||||
Reference in New Issue
Block a user