aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/file_v3d.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/file_v3d.cpp')
-rw-r--r--engines/hugo/file_v3d.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/engines/hugo/file_v3d.cpp b/engines/hugo/file_v3d.cpp
index 78d9471c57..ec0d736bb9 100644
--- a/engines/hugo/file_v3d.cpp
+++ b/engines/hugo/file_v3d.cpp
@@ -46,8 +46,8 @@ FileManager_v3d::~FileManager_v3d() {
}
/**
-* Read a PCX image into dib_a
-*/
+ * Read a PCX image into dib_a
+ */
void FileManager_v3d::readBackground(const int screenIndex) {
debugC(1, kDebugFile, "readBackground(%d)", screenIndex);
@@ -77,8 +77,8 @@ void FileManager_v3d::readBackground(const int screenIndex) {
}
/**
-* Open "database" file (packed files)
-*/
+ * Open "database" file (packed files)
+ */
void FileManager_v3d::openDatabaseFiles() {
debugC(1, kDebugFile, "openDatabaseFiles");
@@ -93,8 +93,8 @@ void FileManager_v3d::openDatabaseFiles() {
}
/**
-* Close "Database" files
-*/
+ * Close "Database" files
+ */
void FileManager_v3d::closeDatabaseFiles() {
debugC(1, kDebugFile, "closeDatabaseFiles");
@@ -105,8 +105,8 @@ void FileManager_v3d::closeDatabaseFiles() {
}
/**
-* Open and read in an overlay file, close file
-*/
+ * Open and read in an overlay file, close file
+ */
void FileManager_v3d::readOverlay(const int screenNum, image_pt image, ovl_t overlayType) {
debugC(1, kDebugFile, "readOverlay(%d, ...)", screenNum);