mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Fix the QFO_POINTER macro
This commit is contained in:
parent
9cf63dbbdf
commit
55043310fc
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ enum {
|
||||||
|
|
||||||
\hideinitializer
|
\hideinitializer
|
||||||
*/
|
*/
|
||||||
#define QFO_POINTER(q, s, t, o) ((t *)&QFO_var (q, s, o))
|
#define QFO_POINTER(q, s, t, o) ((t *)(char *)&QFO_var (q, s, integer, o))
|
||||||
|
|
||||||
/** Access a structure variable in the object file. Can be assigned to.
|
/** Access a structure variable in the object file. Can be assigned to.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue