mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
menu: bug fix for network menu (nw)
This commit is contained in:
parent
5a3081ed8e
commit
ae2cd81236
@ -167,7 +167,7 @@ void menu_network_devices::populate(float &customtop, float &custombottom)
|
||||
}
|
||||
}
|
||||
|
||||
item_append(network.device().tag(), (title) ? title : "------", FLAG_LEFT_ARROW | FLAG_RIGHT_ARROW, (void *)network);
|
||||
item_append(network.device().tag(), (title) ? title : "------", FLAG_LEFT_ARROW | FLAG_RIGHT_ARROW, (void *)&network);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user