[Fix] Stealing SCreds works perfectly fine now.
This commit is contained in:
parent
ddc831b353
commit
e206af22a6
@ -75,8 +75,8 @@ void player_board(void) {
|
|||||||
|
|
||||||
window_addText(board_wid, 80, -30, 120, 60, 0, "txtData", &gl_smallFont, &cBlack, str);
|
window_addText(board_wid, 80, -30, 120, 60, 0, "txtData", &gl_smallFont, &cBlack, str);
|
||||||
|
|
||||||
window_addButton(board_wid, 20, 20, 50, 30, "btnStealScred", "SCred", board_exit);
|
window_addButton(board_wid, 20, 20, 50, 30, "btnStealScred", "SCred", board_stealCreds);
|
||||||
window_addButton(board_wid, -20, 20, 50, 30, "btnBoardingClose", "Close", board_exit);
|
window_addButton(board_wid, -20, 20, 50, 30, "btnBoardingClose", "Leave", board_exit);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void board_exit(char* str) {
|
static void board_exit(char* str) {
|
||||||
|
Loading…
Reference in New Issue
Block a user