diff --git a/src/p_pspr.cpp b/src/p_pspr.cpp index 45e92a8d0..c419f2228 100644 --- a/src/p_pspr.cpp +++ b/src/p_pspr.cpp @@ -153,10 +153,13 @@ DPSprite::DPSprite(player_t *owner, AActor *caller, int id) : x(.0), y(.0), oldx(.0), oldy(.0), firstTic(true), + Tics(0), Flags(0), Caller(caller), Owner(owner), + State(nullptr), Sprite(0), + Frame(0), ID(id), processPending(true) {