mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-13 07:57:51 +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)
|
if(FindMugShotState(fullStateName) != NULL)
|
||||||
SetMugShotState(fullStateName);
|
SetMugShotState(fullStateName);
|
||||||
else
|
else
|
||||||
SetMugShotState(stateName);
|
SetMugShotState("death");
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue