Heretic: fix hitscan/missile puffs disappearing in certain areas #597
Annotations
10 warnings and 5 notices
src/heretic/m_random.c#L89
variable name 'r' is too short, expected at least 3 characters
|
src/heretic/p_local.h#L149
parameter name 'x' is too short, expected at least 3 characters
|
src/heretic/p_local.h#L149
parameter name 'y' is too short, expected at least 3 characters
|
src/heretic/p_local.h#L149
parameter name 'z' is too short, expected at least 3 characters
|
src/heretic/p_map.c#L1350
statement should be inside braces
|
src/heretic/p_map.c#L1352
do not use 'else' after 'return'
|
src/heretic/p_map.c#L1352
statement should be inside braces
|
src/heretic/p_map.c#L1363
variable 'side' is not initialized
|
src/heretic/p_map.c#L1365
an assignment within an 'if' condition is bug-prone
|
src/heretic/p_mobj.c#L86
multiple declarations in a single statement reduces readability
|
src/doom/p_map.c#L1
File src/doom/p_map.c does not conform to Custom style guidelines. (lines 1104)
|
src/heretic/m_random.c#L1
File src/heretic/m_random.c does not conform to Custom style guidelines. (lines 87)
|
src/heretic/m_random.h#L1
File src/heretic/m_random.h does not conform to Custom style guidelines. (lines 38)
|
src/heretic/p_map.c#L1
File src/heretic/p_map.c does not conform to Custom style guidelines. (lines 1350, 1352, 1370, 1373, 1374, 1375)
|
src/heretic/p_mobj.c#L1
File src/heretic/p_mobj.c does not conform to Custom style guidelines. (lines 147, 157, 166, 919, 943, 948)
|
The logs for this run have expired and are no longer available.
Loading