- ensure proper emission of deprecations.
For global variables this wasn't implemented. # Conflicts: # src/namedef.h # src/scripting/backend/codegen.cpp # wadsrc/static/zscript/base.txt
This commit is contained in:
parent
c6ee8e084c
commit
7c3ec662e1
5 changed files with 30 additions and 10 deletions
|
|
@ -615,7 +615,6 @@ void DInterBackground::drawBackground(int state, bool drawsplat, bool snl_pointe
|
|||
for (i = 0; i<anims.Size(); i++)
|
||||
{
|
||||
in_anim_t * a = &anims[i];
|
||||
level_info_t * li;
|
||||
|
||||
switch (a->type & ANIM_CONDITION)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue