Mercurial > audlegacy-plugins
diff src/modplug/it_defs.h @ 2216:3673c7ec4ea2
Sync with schism's modplug engine. Suggested by G?rkan Seng?n.
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Fri, 07 Dec 2007 12:08:47 -0600 |
| parents | 6b5a52635b3b |
| children | 6907fc39b53f |
line wrap: on
line diff
--- a/src/modplug/it_defs.h Thu Nov 29 04:17:51 2007 +0300 +++ b/src/modplug/it_defs.h Fri Dec 07 12:08:47 2007 -0600 @@ -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;
