summaryrefslogtreecommitdiff
path: root/apps/plugins/bubbles.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/bubbles.c')
-rw-r--r--apps/plugins/bubbles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c
index 97aef29b57..be94036f4e 100644
--- a/apps/plugins/bubbles.c
+++ b/apps/plugins/bubbles.c
@@ -2319,7 +2319,7 @@ static int bubbles_handlebuttons(struct game_context* bb, bool animblock,
2319 2319
2320 case BUBBLES_START: /* pause the game */ 2320 case BUBBLES_START: /* pause the game */
2321 start = *rb->current_tick; 2321 start = *rb->current_tick;
2322 rb->splash(1, "Paused"); 2322 rb->splash(0, "Paused");
2323 while(pluginlib_getaction(rb,TIMEOUT_BLOCK,plugin_contexts,2) 2323 while(pluginlib_getaction(rb,TIMEOUT_BLOCK,plugin_contexts,2)
2324 != (BUBBLES_START)); 2324 != (BUBBLES_START));
2325 bb->startedshot += *rb->current_tick-start; 2325 bb->startedshot += *rb->current_tick-start;