diff src/modplug/it_defs.h @ 2337:107c1fed3d92

Port Schism modplug core.
author "Tony Vroon <chainsaw@gentoo.org>"
date Thu, 24 Jan 2008 12:05:59 +0000
parents 6907fc39b53f
children
line wrap: on
line diff
--- a/src/modplug/it_defs.h	Wed Jan 23 19:37:05 2008 +0100
+++ b/src/modplug/it_defs.h	Thu Jan 24 12:05:59 2008 +0000
@@ -7,7 +7,8 @@
 {
 	DWORD id;			// 0x4D504D49
 	CHAR songname[26];
-	WORD reserved1;		// 0x1004
+	BYTE hilight_minor;
+	BYTE hilight_major;
 	WORD ordnum;
 	WORD insnum;
 	WORD smpnum;
@@ -21,7 +22,7 @@
 	BYTE speed;
 	BYTE tempo;
 	BYTE sep;
-	BYTE zero;
+	BYTE pwd;
 	WORD msglength;
 	DWORD msgoffset;
 	DWORD reserved2;