Version 0.9.9 Fix1

origin
stpohle 23 years ago
parent b5c272c5ce
commit 5910f4ea59

@ -1,4 +1,4 @@
/* $Id: menu.c,v 1.26 2003/06/16 21:03:16 stpohle Exp $ */
/* $Id: menu.c,v 1.27 2003/06/22 01:12:20 stpohle Exp $ */
/* menu's for the game */
#include <SDL.h>
@ -81,9 +81,9 @@ draw_menu (char *text, _menu menu[], int *x, int *y)
y1 = y1 + font[0].size.y;
}
font_setcolor (255,255,255,1);
font_setcolor (255,255,255,0);
sprintf (vers, "v%s", VERSION);
font_draw (gfx.res.x - font[1].size.x * strlen (vers), gfx.res.y - font[1].size.y, vers, 1);
font_draw (gfx.res.x - font[0].size.x * strlen (vers), gfx.res.y - font[0].size.y, vers, 0);
};

Loading…
Cancel
Save