mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
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)
|
||||
{
|
||||
// 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->dataBase = Hunk_Alloc(vm->dataAlloc, h_high);
|
||||
vm->dataMask = dataLength - 1;
|
||||
|
|
Loading…
Reference in a new issue