- debug output for investigating Exhumed text crawl.

This commit is contained in:
Christoph Oelckers 2020-09-05 18:41:40 +02:00
parent f36ac1dc90
commit b4dd006a40

View file

@ -884,6 +884,7 @@ bool TextOverlay::AdvanceCinemaText(int clock)
if (nHeight + nCrawlY > 0 || CDplaying())
{
nCrawlY-= (clock - lastclock) / 15.; // do proper interpolation.
Printf("Scroll: crawlY = %f, clock = %d, time = %d, real time = %u\n", nCrawlY, clock, lastclock - clock, I_msTime());
lastclock = clock;
return true;
}