mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 16:30:43 +00:00
64bit windows patch from phrosty
This commit is contained in:
parent
51a7392730
commit
ff132bb536
44 changed files with 3335 additions and 80 deletions
|
@ -1144,7 +1144,7 @@ VISIBLE opcode_t pr_opcodes[] = {
|
|||
};
|
||||
|
||||
|
||||
static unsigned long
|
||||
static uintptr_t
|
||||
opcode_get_hash (void *op, void *unused)
|
||||
{
|
||||
return ((opcode_t *)op)->opcode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue