aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/font.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/draci/font.cpp')
-rw-r--r--engines/draci/font.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/draci/font.cpp b/engines/draci/font.cpp
index 6dc6d7e7f6..d9e84899b7 100644
--- a/engines/draci/font.cpp
+++ b/engines/draci/font.cpp
@@ -136,7 +136,7 @@ uint8 Font::getCharWidth(uint8 chr) const {
}
/**
- * @brief Draw a char to a Graphics::Surface
+ * @brief Draw a char to a Draci::Surface
*
* @param dst Pointer to the destination surface
* @param chr Character to draw
@@ -202,7 +202,7 @@ void Font::drawChar(Surface *dst, uint8 chr, int tx, int ty) const {
}
/**
- * @brief Draw a string to a Graphics::Surface
+ * @brief Draw a string to a Draci::Surface
*
* @param dst Pointer to the destination surface
* @param str String to draw