diff options
Diffstat (limited to 'extra/foobillard/snooker_reset.patch')
-rw-r--r-- | extra/foobillard/snooker_reset.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/foobillard/snooker_reset.patch b/extra/foobillard/snooker_reset.patch new file mode 100644 index 000000000..392226ec3 --- /dev/null +++ b/extra/foobillard/snooker_reset.patch @@ -0,0 +1,11 @@ +--- src/billard3d.c 2010-02-27 04:01:40.000000000 -0600 ++++ src/billard3d.c 2010-02-27 04:02:59.000000000 -0600 +@@ -1219,6 +1219,8 @@ + printf("tournament_state_setup_next_match 7\n"); + queue_view=player[act_player].queue_view; + printf("tournament_state_setup_next_match 8\n"); ++ snooker_state.to_play = SN_PLAY_RED; ++ printf("tournament_state_setup_next_match 9\n"); + } + + void create_players_text() |