changeset 549:c8cc840a4fcf

Fix comments to reflect current situation.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 22 Nov 2012 22:50:06 +0200
parents 3c968e027a58
children 12854cbd6fab
files lib64gfx.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib64gfx.h	Thu Nov 22 22:30:43 2012 +0200
+++ b/lib64gfx.h	Thu Nov 22 22:50:06 2012 +0200
@@ -108,9 +108,9 @@
 
 typedef struct
 {
-    int type,     // Image type (DM_C64IFMT_*)
+    int type,     // Image type (D64_FMT_*)
         fliType,  // FLI type (if FLI used)
-        laceType, // Interlace type (DM_C64ILACE_*)
+        laceType, // Interlace type (D64_ILACE_*)
         laceBank1,
         laceBank2;