summaryrefslogtreecommitdiff
path: root/games/tuxmath/files/patch-t4k_main.c
blob: ae6e7b617579ab4420d128f3d15f8a2c178c8db6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- ../t4k_common/src/t4k_main.c.orig	2011-03-25 00:00:24.000000000 +0100
+++ ../t4k_common/src/t4k_main.c	2020-09-26 13:17:06.379943000 +0200
@@ -29,7 +29,13 @@
 int debug_status;
 
 
-SDL_Color red, yellow, white, black;
+SDL_Color black;
+SDL_Color gray;
+SDL_Color dark_blue;
+SDL_Color red;
+SDL_Color white;
+SDL_Color yellow;
+SDL_Color bright_green;
 
 
 /* set global variables */