From af76e9a9c4a58c3d68aaea02d2bec20c1089feb9 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 30 Apr 2018 23:48:59 +0200 Subject: [PATCH] - allow animated title pics. This also applies to all other images shown in the title loop as well. --- src/d_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d_main.cpp b/src/d_main.cpp index 20db4fdb0c..943130cdf9 100644 --- a/src/d_main.cpp +++ b/src/d_main.cpp @@ -1319,7 +1319,7 @@ void D_DoAdvanceDemo (void) { Page->Unload (); } - Page = TexMan[pagename]; + Page = TexMan(pagename); } }