mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
Added missing render styles to info console command
This commit is contained in:
parent
25e5ac7e2a
commit
267054071f
1 changed files with 2 additions and 1 deletions
|
@ -6443,7 +6443,8 @@ void PrintMiscActorInfo(AActor *query)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
static const char * renderstyles[]= {"None", "Normal", "Fuzzy", "SoulTrans",
|
static const char * renderstyles[]= {"None", "Normal", "Fuzzy", "SoulTrans",
|
||||||
"OptFuzzy", "Stencil", "Translucent", "Add", "Shaded", "TranslucentStencil"};
|
"OptFuzzy", "Stencil", "Translucent", "Add", "Shaded", "TranslucentStencil",
|
||||||
|
"Shadow", "Subtract", "AddStencil", "AddShaded"};
|
||||||
|
|
||||||
Printf("%s @ %p has the following flags:\n flags: %x", query->GetTag(), query, query->flags);
|
Printf("%s @ %p has the following flags:\n flags: %x", query->GetTag(), query, query->flags);
|
||||||
for (flagi = 0; flagi <= 31; flagi++)
|
for (flagi = 0; flagi <= 31; flagi++)
|
||||||
|
|
Loading…
Reference in a new issue