mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Fix a few string literals
This commit is contained in:
parent
b93a88455a
commit
89d986a35b
1 changed files with 2 additions and 2 deletions
|
@ -462,7 +462,7 @@ vmHeader_t *VM_LoadQVM( vm_t *vm, qboolean alloc, qboolean unpure)
|
|||
VM_Free(vm);
|
||||
FS_FreeFile(header.v);
|
||||
|
||||
Com_Printf(S_COLOR_YELLOW "Warning: Data region size of %s not matching after"
|
||||
Com_Printf(S_COLOR_YELLOW "Warning: Data region size of %s not matching after "
|
||||
"VM_Restart()\n", filename);
|
||||
return NULL;
|
||||
}
|
||||
|
@ -497,7 +497,7 @@ vmHeader_t *VM_LoadQVM( vm_t *vm, qboolean alloc, qboolean unpure)
|
|||
VM_Free(vm);
|
||||
FS_FreeFile(header.v);
|
||||
|
||||
Com_Printf(S_COLOR_YELLOW "Warning: Jump table size of %s not matching after"
|
||||
Com_Printf(S_COLOR_YELLOW "Warning: Jump table size of %s not matching after "
|
||||
"VM_Restart()\n", filename);
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue