diff options
Diffstat (limited to 'src/client/font.c')
| -rwxr-xr-x | src/client/font.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/font.c b/src/client/font.c index 7e95286..07b98f4 100755 --- a/src/client/font.c +++ b/src/client/font.c @@ -56,6 +56,8 @@ void drawFont(char *s, int x, int y, int r, int g, int b) SDL_Surface *p; SDL_Color farba_pisma = {r, g, b, 0}; + //printf("drawFont %s\n", s); + assert( s != NULL ); p = getSDL_Screen(); |