mirror of
https://github.com/ioquake/jedi-outcast.git
synced 2025-02-23 04:11:53 +00:00
tr_shader.cpp: amend previous commit for x86
With the last modification in the structure, the building failure was fixed just for x86_64 machines. Promoting long int to long long (int) fixes the failure for both x86 and x86_64 machines. Tested with Clang and GCC 8. Signed-off-by: Francesco Giancane <francescogiancane8@gmail.com>
This commit is contained in:
parent
dfb5ee4ed4
commit
160e009dbd
1 changed files with 1 additions and 1 deletions
|
@ -1854,7 +1854,7 @@ void ParseSort( const char **text )
|
|||
|
||||
typedef struct {
|
||||
char *name;
|
||||
long int clearSolid, surfaceFlags, contents;
|
||||
long long clearSolid, surfaceFlags, contents;
|
||||
} infoParm_t;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue