Changed initial constants to true

This commit is contained in:
Marc Lehmann 1999-09-08 22:34:34 +00:00
parent 720450826d
commit beb7564851
1 changed files with 3 additions and 3 deletions

View File

@ -158,9 +158,9 @@ static alienmap2_vals_t wvals = {
1.0,
0.0,
RGB,
FALSE,
FALSE,
FALSE,
TRUE,
TRUE,
TRUE,
}; /* wvals */
static GDrawable *drawable;