aboutsummaryrefslogtreecommitdiff
path: root/saga/font.h
diff options
context:
space:
mode:
authorEugene Sandulenko2004-08-03 01:12:08 +0000
committerEugene Sandulenko2004-08-03 01:12:08 +0000
commitab326af54e97206e88e53a95009345150f6b7bbb (patch)
tree404200e8692710174900ed3c0246c2aa44de2e7e /saga/font.h
parentb197c3dac8e9872f188ffea80c069f4862e64fe0 (diff)
downloadscummvm-rg350-ab326af54e97206e88e53a95009345150f6b7bbb.tar.gz
scummvm-rg350-ab326af54e97206e88e53a95009345150f6b7bbb.tar.bz2
scummvm-rg350-ab326af54e97206e88e53a95009345150f6b7bbb.zip
Rename some class variables in Font class.
Fix compilation. svn-id: r14452
Diffstat (limited to 'saga/font.h')
-rw-r--r--saga/font.h4
1 files changed, 2 insertions, 2 deletions
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;
};