Actor variables are part of a struct (type), that is not locally defined, so the standard says that their values must default to 0 (empty the memory they are occupying).
Perhaps you want to have a function that initializes the variables to be sure about their values.