Fix an initialization problem

This commit is contained in:
ehofman 2004-01-19 13:37:26 +00:00
parent 65a49bb6e4
commit 8c296d96c7

View File

@ -118,7 +118,9 @@ static int sgMoonHaloPostDraw( ssgEntity *e ) {
// Constructor
SGMoon::SGMoon( void ) {
SGMoon::SGMoon( void ) :
prev_moon_angle(-1)
{
}