diff options
Diffstat (limited to 'graphics/font.cpp')
-rw-r--r-- | graphics/font.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/font.cpp b/graphics/font.cpp index 3e817e3e6c..404e04d18e 100644 --- a/graphics/font.cpp +++ b/graphics/font.cpp @@ -524,6 +524,7 @@ int bdf_read_bitmaps(Common::SeekableReadStream &fp, NewFontData* pf) { } /* read the next non-comment line, returns buf or NULL if EOF*/ +// TODO: Can we use SeekableReadStream::readLine resp. readLine_NEW instead? char *bdf_getline(Common::SeekableReadStream &fp, char *buf, int len) { int c; char *b; |