summaryrefslogtreecommitdiff
path: root/src/rounds.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rounds.c')
-rw-r--r--src/rounds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rounds.c b/src/rounds.c
index 67fa2b5..4d69aff 100644
--- a/src/rounds.c
+++ b/src/rounds.c
@@ -40,6 +40,7 @@ static float get_round_text_opacity() {
static int round_text_len = 0;
void draw_round(platform_window* window) {
+ return;
if (_current_round.round_nr == 0) return;
char round_text[30];