diff options
Diffstat (limited to 'games/tuxmath/files/patch-t4k_main.c')
-rw-r--r-- | games/tuxmath/files/patch-t4k_main.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/games/tuxmath/files/patch-t4k_main.c b/games/tuxmath/files/patch-t4k_main.c new file mode 100644 index 000000000000..ae6e7b617579 --- /dev/null +++ b/games/tuxmath/files/patch-t4k_main.c @@ -0,0 +1,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 */ |