diff src/modplug/it_defs.h @ 2218:6907fc39b53f

That didn't merge properly. I'll try again at some other point.
author William Pitcock <nenolod@atheme.org>
date Fri, 07 Dec 2007 12:13:37 -0600
parents 3673c7ec4ea2
children 107c1fed3d92
line wrap: on
line diff
--- a/src/modplug/it_defs.h	Fri Dec 07 12:09:16 2007 -0600
+++ b/src/modplug/it_defs.h	Fri Dec 07 12:13:37 2007 -0600
@@ -7,8 +7,7 @@
 {
 	DWORD id;			// 0x4D504D49
 	CHAR songname[26];
-	BYTE hilight_minor;
-	BYTE hilight_major;
+	WORD reserved1;		// 0x1004
 	WORD ordnum;
 	WORD insnum;
 	WORD smpnum;
@@ -22,7 +21,7 @@
 	BYTE speed;
 	BYTE tempo;
 	BYTE sep;
-	BYTE pwd;
+	BYTE zero;
 	WORD msglength;
 	DWORD msgoffset;
 	DWORD reserved2;