mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- Fixed a compile error introduced in r1007.
SVN r1008 (trunk)
This commit is contained in:
parent
6a264daa04
commit
ccf123407a
1 changed files with 1 additions and 1 deletions
|
@ -868,7 +868,7 @@ private:
|
|||
if(FindMugShotState(fullStateName) != NULL)
|
||||
SetMugShotState(fullStateName);
|
||||
else
|
||||
SetMugShotState(stateName);
|
||||
SetMugShotState("death");
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue