From 458b202ce30891fead66af31bf928b7ceede5524 Mon Sep 17 00:00:00 2001 From: helixhorned Date: Mon, 13 Aug 2012 18:25:46 +0000 Subject: [PATCH] Also draw TROR from showview* commands. git-svn-id: https://svn.eduke32.com/eduke32@2882 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/source/gameexec.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/polymer/eduke32/source/gameexec.c b/polymer/eduke32/source/gameexec.c index 5d14fcf5b..3ffc3a6a9 100644 --- a/polymer/eduke32/source/gameexec.c +++ b/polymer/eduke32/source/gameexec.c @@ -2457,7 +2457,10 @@ nullquote: if (getrendermode() == 4) polymer_setanimatesprites(G_DoSpriteAnimations, x,y,a,smoothratio); #endif + yax_preparedrawrooms(); drawrooms(x,y,z,a,horiz,sect); + yax_drawrooms(G_DoSpriteAnimations, sect, 0, smoothratio); + display_mirror = 2; G_DoSpriteAnimations(x,y,a,smoothratio); display_mirror = 0;