From 985d9d2ea91aec6a7914faf1100901e129c27339 Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Tue, 7 Dec 2004 22:26:01 +0000 Subject: [PATCH] Initialise the dataptr member correctly. --- 2d/font.c | 4 +++- ChangeLog | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/2d/font.c b/2d/font.c index 22a0e0ea..9c39c206 100644 --- a/2d/font.c +++ b/2d/font.c @@ -1,4 +1,4 @@ -/* $Id: font.c,v 1.33 2004-11-25 11:51:15 btb Exp $ */ +/* $Id: font.c,v 1.34 2004-12-07 22:26:01 btb Exp $ */ /* THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX SOFTWARE CORPORATION ("PARALLAX"). PARALLAX, IN DISTRIBUTING THE CODE TO @@ -1614,8 +1614,10 @@ grs_font * gr_init_font( char * fontname ) if (first_time) { int i; for (i=0;i + + * 2d/font.c: Initialise the dataptr member correctly. + 2004-12-05 Chris Taylor * include/physfsx.h: getRealPath uses the write directory if it -- 2.39.2