- 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
|
|
@ -3276,7 +3276,7 @@ void P_LoadReject (MapData * map, bool junk)
|
|||
|
||||
if (qwords > 0)
|
||||
{
|
||||
const QWORD *qreject = (const QWORD *)rejectmatrix;
|
||||
const uint64_t *qreject = (const uint64_t *)rejectmatrix;
|
||||
|
||||
i = 0;
|
||||
do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue