summaryrefslogtreecommitdiff
path: root/games/xsc/files/patch-text.C
blob: fe3eaf0c35fe267dcb5265d2173f5f74a5b5aea0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- text.C.orig	2013-04-05 21:18:39 UTC
+++ text.C
@@ -27,7 +27,7 @@ static const char *const file_id =
 #include "text.h"
 
 
-Text::Text(void)
+Text::Text(void) : message(NULL), length(0)
 {
     //fprintf(stderr, "Text::Text()\n");
     set_scale(6.0);