Fix monsters attacking across z levels when the wander/scentmove (#3295) #29
clang-tidy.yml
on: push
skip-duplicates
5s
build
1h 46m
Annotations
10 warnings
build:
src/mapgen_functions.cpp#L3068
Unnecessary initialization of 'nw_corner'. 'point' is zero-initialized by default. [cata-point-initialization]
|
build:
src/mapgen_functions.cpp#L3068
Prefer constructing 'point' from named constant 'point_zero' rather than explicit integer arguments. [cata-use-named-point-constants]
|
build:
src/mapgen_functions.cpp#L3079
Construction of 'point' can be simplified using overloaded arithmetic operators. [cata-use-point-arithmetic]
|
build:
src/mapgen_functions.cpp#L3082
Construction of 'point' can be simplified using overloaded arithmetic operators. [cata-use-point-arithmetic]
|
build:
src/mapgen_functions.cpp#L3088
Construction of 'point' can be simplified using overloaded arithmetic operators. [cata-use-point-arithmetic]
|
build:
src/mapgen_functions.cpp#L3091
Construction of 'point' can be simplified using overloaded arithmetic operators. [cata-use-point-arithmetic]
|
build:
src/mapgen_functions.cpp#L3097
Construction of 'point' can be simplified using overloaded arithmetic operators. [cata-use-point-arithmetic]
|
build:
src/mapgen_functions.cpp#L3100
Construction of 'point' can be simplified using overloaded arithmetic operators. [cata-use-point-arithmetic]
|
build:
src/mapgen_functions.cpp#L3106
Construction of 'point' can be simplified using overloaded arithmetic operators. [cata-use-point-arithmetic]
|
build:
src/mapgen_functions.cpp#L3109
Construction of 'point' can be simplified using overloaded arithmetic operators. [cata-use-point-arithmetic]
|