diff gui/skin/font.h @ 32787:d55d0bb7d00f

Reduce Fonts array to required size.
author ib
date Thu, 10 Feb 2011 11:47:29 +0000
parents 31f88a1387ad
children 19cc523b8e15
line wrap: on
line diff
--- a/gui/skin/font.h	Thu Feb 10 11:35:32 2011 +0000
+++ b/gui/skin/font.h	Thu Feb 10 11:47:29 2011 +0000
@@ -47,7 +47,7 @@
  char            name[MAX_FONT_NAME];
 } bmpFont;
 
-extern bmpFont  * Fonts[MAX_FONTS + 1];
+extern bmpFont  * Fonts[MAX_FONTS];
 
 int  fntAddNewFont( char * name );
 void fntFreeFont( void );