Fix comment
This commit is contained in:
parent
566fb0edfc
commit
c259e7cba3
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ vmHeader_t *VM_LoadQVM( vm_t *vm, qboolean alloc, qboolean unpure)
|
||||||
if(alloc)
|
if(alloc)
|
||||||
{
|
{
|
||||||
// allocate zero filled space for initialized and uninitialized data
|
// allocate zero filled space for initialized and uninitialized data
|
||||||
// leave some space beyound data mask so we can secure all mask operations
|
// leave some space beyond data mask so we can secure all mask operations
|
||||||
vm->dataAlloc = dataLength + 4;
|
vm->dataAlloc = dataLength + 4;
|
||||||
vm->dataBase = Hunk_Alloc(vm->dataAlloc, h_high);
|
vm->dataBase = Hunk_Alloc(vm->dataAlloc, h_high);
|
||||||
vm->dataMask = dataLength - 1;
|
vm->dataMask = dataLength - 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue