mirror of
https://github.com/ctm/executor.git
synced 2025-02-17 05:31:27 +00:00
Fixed bug in configure.sh
This commit is contained in:
parent
159fa0a4e9
commit
aeff3f030c
@ -43,10 +43,10 @@ void check_structs(void)
|
||||
check (SndCommand, 8); /* SoundMgr.h */
|
||||
check (SndChannel, 1060);
|
||||
check (SoundHeader, 22);
|
||||
check (ExtSoundHeader, 0); /* FIXME */
|
||||
check (ExtSoundHeader, 62);
|
||||
check (SndDoubleBuffer, 16);
|
||||
check (SndDoubleBufferHeader, 24);
|
||||
check (SCStatus, 0); /* FIXME */
|
||||
check (SCStatus, 24);
|
||||
|
||||
check(fcbrec, 94); /* rsys/file.h */
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user