"Change type for flags bitmap to let use 1 as flag value without

overflow (to -1)."

Submitted by:	Yuriy Tsibizov <Yuriy.Tsibizov@gfk.ru>
This commit is contained in:
Alexander Leidinger 2006-08-07 22:50:26 +00:00
parent e4c87b14fd
commit feaa7fe133

View File

@ -229,7 +229,7 @@
struct emu_voice {
int vnum;
int b16:1, stereo:1, busy:1, running:1, ismaster:1;
unsigned int b16:1, stereo:1, busy:1, running:1, ismaster:1;
int speed;
int start;
int end;