mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 04:41:25 +00:00
Another bool->int fix; now clang-compiled gmqcc actually works...
This commit is contained in:
parent
24752b5fd1
commit
517b6fed81
1 changed files with 1 additions and 1 deletions
2
parser.c
2
parser.c
|
@ -4486,7 +4486,7 @@ skipvar:
|
|||
ast_unref(cval);
|
||||
}
|
||||
} else {
|
||||
bool cvq;
|
||||
int cvq;
|
||||
shunt sy = { NULL, NULL };
|
||||
cvq = var->cvq;
|
||||
var->cvq = CV_NONE;
|
||||
|
|
Loading…
Reference in a new issue