From ab326af54e97206e88e53a95009345150f6b7bbb Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 3 Aug 2004 01:12:08 +0000 Subject: Rename some class variables in Font class. Fix compilation. svn-id: r14452 --- saga/font.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'saga/font.h') diff --git a/saga/font.h b/saga/font.h index ac3439bbc6..49063174df 100644 --- a/saga/font.h +++ b/saga/font.h @@ -117,9 +117,9 @@ class Font { SagaEngine *_vm; bool _initialized; - R_RSCFILE_CONTEXT *_font_ctxt; + R_RSCFILE_CONTEXT *_fontContext; - int _n_fonts; + int _nFonts; R_FONT **_fonts; }; -- cgit v1.2.3