- allow menu's back button and the pause sign to be animated.

This commit is contained in:
Christoph Oelckers 2013-08-12 22:46:45 +02:00
commit 3518b4dd28
2 changed files with 3 additions and 3 deletions

View file

@ -855,7 +855,7 @@ void D_Display ()
FTexture *tex;
int x;
tex = TexMan[gameinfo.PauseSign];
tex = TexMan(gameinfo.PauseSign);
x = (SCREENWIDTH - tex->GetScaledWidth() * CleanXfac)/2 +
tex->GetScaledLeftOffset() * CleanXfac;
screen->DrawTexture (tex, x, 4, DTA_CleanNoMove, true, TAG_DONE);