(svn r1637) -Fix: VS6 warning

-Added missing files to VS6 and VS.Net project files (bociusz)
This commit is contained in:
darkvater 2005-01-24 11:32:47 +00:00
parent 6dc99f7738
commit 9139f4ba84
3 changed files with 9 additions and 1 deletions

View File

@ -241,7 +241,7 @@ static bool MxSetBankSource(MixerChannel *mc, uint bank)
FioReadBlock(mem, fe->file_size);
for (i = 0; i != fe->file_size; i++)
mem[i] -= 128; // Convert unsigned sound data to signed
mem[i] += -128; // Convert unsigned sound data to signed
assert(fe->bits_per_sample == 8 && fe->channels == 1 && fe->file_size != 0 && fe->rate != 0);

View File

@ -760,6 +760,10 @@ SOURCE=.\table\allstrings.h
SOURCE=.\table\animcursors.h
# End Source File
# Begin Source File
SOURCE=.\table\autorail.h
# End Source File
# Begin Source File
SOURCE=.\table\build_industry.h
# End Source File

View File

@ -188,6 +188,7 @@
WarningLevel="3"
WarnAsError="TRUE"
SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="FALSE"
DebugInformationFormat="4"
CallingConvention="0"
CompileAs="1"/>
@ -2506,6 +2507,9 @@
<File
RelativePath=".\table\animcursors.h">
</File>
<File
RelativePath=".\table\autorail.h">
</File>
<File
RelativePath="table\build_industry.h">
</File>