diff options
Diffstat (limited to 'games/concentration/files/patch-src-concentration.c')
-rw-r--r-- | games/concentration/files/patch-src-concentration.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/concentration/files/patch-src-concentration.c b/games/concentration/files/patch-src-concentration.c new file mode 100644 index 000000000000..896799b2a021 --- /dev/null +++ b/games/concentration/files/patch-src-concentration.c @@ -0,0 +1,11 @@ +--- src/concentration.c.orig 2005-11-09 19:05:02.000000000 +0300 ++++ src/concentration.c 2013-06-04 07:00:25.084319599 +0400 +@@ -202,7 +202,7 @@ + + /***************************************************** + ****************************************************/ +-inline void drawText(char * str, SDL_Color color, int x, int y, TTF_Font * font) ++static inline void drawText(char * str, SDL_Color color, int x, int y, TTF_Font * font) + { + static SDL_Rect dest; + |