mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
parent
ea3a65f288
commit
76fdcf92d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111154
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= freedoko
|
||||
PORTVERSION= 0.6.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= free-doko
|
||||
|
11
games/freedoko/files/patch-ui!gtkmm!ui.game.gameplay.cpp
Normal file
11
games/freedoko/files/patch-ui!gtkmm!ui.game.gameplay.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
--- /home/tg/.BACKUP/!home!tg!work!FreeBSD!ports!local!freedoko!work!FreeDoko_0.6.4!src!ui!gtkmm!ui.game.gameplay.cpp~ Mon May 31 16:38:45 2004
|
||||
+++ ui/gtkmm/ui.game.gameplay.cpp Tue Jun 8 18:59:56 2004
|
||||
@@ -175,7 +175,7 @@
|
||||
}
|
||||
#endif
|
||||
|
||||
- } while (false);
|
||||
+ } while (player.hand().requested_position() == UINT_MAX);
|
||||
|
||||
this->main_window->menu->card_got();
|
||||
this->table->card_got();
|
Loading…
Reference in New Issue
Block a user