Structure fixes

This commit is contained in:
Michiel Broek
2002-02-10 22:00:56 +00:00
parent 8593ada2f0
commit 11d712c572
2 changed files with 79 additions and 66 deletions

View File

@@ -1308,7 +1308,7 @@ struct _mgroup {
unsigned xRes6 : 1;
unsigned xRes7 : 1;
unsigned xRes8 : 1;
unsigned StartArea : 1; /* Start at area number */
unsigned StartArea; /* Start at area number */
};