mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-19 08:01:50 +00:00
Merge remote-tracking branch 'origin/master' into HEAD
This commit is contained in:
commit
20a9587bb7
2 changed files with 2 additions and 2 deletions
|
@ -133,7 +133,7 @@ script:
|
||||||
-DPK3_QUIET_ZIPDIR=YES \
|
-DPK3_QUIET_ZIPDIR=YES \
|
||||||
..
|
..
|
||||||
- if [[ $TRAVIS_OS_NAME == 'windows' ]]; then cmake --build . -- -m; fi
|
- if [[ $TRAVIS_OS_NAME == 'windows' ]]; then cmake --build . -- -m; fi
|
||||||
- if [[ $TRAVIS_OS_NAME != 'windows' ]]; then cmake --build . -- -j2; fi
|
- if [[ $TRAVIS_OS_NAME != 'windows' ]]; then cmake --build . -- -j2 -k; fi
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
|
@ -2106,7 +2106,7 @@ public:
|
||||||
: FxExpression(EFX_Nop, p)
|
: FxExpression(EFX_Nop, p)
|
||||||
{
|
{
|
||||||
isresolved = true;
|
isresolved = true;
|
||||||
ValueType = TypeError;
|
ValueType = TypeVoid;
|
||||||
}
|
}
|
||||||
ExpEmit Emit(VMFunctionBuilder *build)
|
ExpEmit Emit(VMFunctionBuilder *build)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue