- except for DWORD, all homegrown integer types are gone - a handful were left where they represent genuine Windows types.
This commit is contained in:
parent
c008ddaf66
commit
d2beacfc5f
136 changed files with 770 additions and 774 deletions
|
|
@ -579,7 +579,7 @@ int LoadDMXGUS()
|
|||
char readbuffer[1024];
|
||||
long size = data.GetLength();
|
||||
long read = 0;
|
||||
BYTE remap[256];
|
||||
uint8_t remap[256];
|
||||
|
||||
FString patches[256];
|
||||
memset(remap, 255, sizeof(remap));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue