changed mouse to use malloc
[winnie] / src / text.cc
index b79e6f8..4068663 100644 (file)
@@ -17,7 +17,7 @@ struct Text {
        int text_color[3];
 };
 
-Text *text;
+static Text *text;
 
 bool init_text()
 {