You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-action/nighthawk/files/nighthawk-2.2-gcc42.patch

25 lines
670 B

--- a/src_sound/dsp_mixxer.c
+++ b/src_sound/dsp_mixxer.c
@@ -302,10 +302,8 @@
for(sample_no = 0;sample_no < mix_buffer_size;sample_no++)
{
if(chmix[chan_no].funkctrl & 0x2)
-#pragma pack(1)
sam = *((sDB *)chmix[chan_no].sample_addr +
(unsigned long)chmix[chan_no].sample_ptr);
-#pragma pack()
else
sam = 0;
@@ -364,10 +362,8 @@
for(sample_no = 0;sample_no < mix_buffer_size;sample_no++)
{
if(chmix[chan_no].funkctrl & 0x2)
-#pragma pack(1)
sam = *((sDW *)chmix[chan_no].sample_addr +
(unsigned long)chmix[chan_no].sample_ptr);
-#pragma pack()
else
sam = 0;
#ifdef DIGITAL_ECHOING