[Fix] Stealing SCreds works perfectly fine now.

This commit is contained in:
Allanis 2013-02-27 18:45:51 +00:00
parent ddc831b353
commit e206af22a6

View File

@ -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) {