summaryrefslogtreecommitdiff
path: root/src/heretic/p_enemy.c
diff options
context:
space:
mode:
authorFabian Greffrath2015-05-08 08:43:19 +0200
committerFabian Greffrath2015-05-08 08:43:19 +0200
commit2e8f6da6fdf0eb71e58d2cdaad24e5b0a332f675 (patch)
treeb38530dc38b13e3dc5286c64889bed5ec0e2f3d8 /src/heretic/p_enemy.c
parent14c50f0200a382dd5be45b9dca74b6d5e4d89730 (diff)
downloadchocolate-doom-2e8f6da6fdf0eb71e58d2cdaad24e5b0a332f675.tar.gz
chocolate-doom-2e8f6da6fdf0eb71e58d2cdaad24e5b0a332f675.tar.bz2
chocolate-doom-2e8f6da6fdf0eb71e58d2cdaad24e5b0a332f675.zip
warnings: fix ".. may be used uninitialized in this function" warnings
Actually, it was already impossible for the reported variables to be used uninitialized, because they were all assigned a value by calling ReadByte() and the function would return if that failed. However, the compiler couldn't know about this fact, so we do him the favor and initialized them to 0.
Diffstat (limited to 'src/heretic/p_enemy.c')
0 files changed, 0 insertions, 0 deletions