More-accurate GenericLoad.cpp variable arrangement
This commit is contained in:
parent
34bee5073f
commit
bd6f2fe81d
1 changed files with 3 additions and 2 deletions
|
@ -155,9 +155,8 @@ static const PIXTONEPARAMETER gPtpTable[139] =
|
|||
|
||||
BOOL LoadGenericData(void)
|
||||
{
|
||||
char str[0x40];
|
||||
BOOL bError;
|
||||
int pt_size;
|
||||
BOOL bError;
|
||||
|
||||
MakeSurface_Resource("PIXEL", SURFACE_ID_PIXEL);
|
||||
|
||||
|
@ -293,6 +292,8 @@ BOOL LoadGenericData(void)
|
|||
pt_size += MakePixToneObject(&gPtpTable[136], 1, 3);
|
||||
pt_size += MakePixToneObject(&gPtpTable[137], 1, 6);
|
||||
pt_size += MakePixToneObject(&gPtpTable[138], 1, 7);
|
||||
|
||||
char str[0x40];
|
||||
sprintf(str, "PixTone = %d byte", pt_size);
|
||||
// There must have been some kind of console print function here or something
|
||||
return TRUE;
|
||||
|
|
Loading…
Add table
Reference in a new issue