Jump to content

About WI_drawAnimatedBack


Scet

Recommended Posts

My question is what was/is this function supposed to do? Reason being it doesn't seem to do anything due to an early exit:

if (commercial)
return;

Since commercial is a constant equal to 2, the rest of the function never gets called. Is this a bug or was it intentional?

Share this post


Link to post

This is an apparent bug in the Linux Doom base source, and now looks like this in EE:

   if(GameModeInfo->id == commercial) //jff 4/25/98 Someone forgot commercial an enum
      return;
In order for the resultant EXE to support DOOM and Ultimate Doom properly, that has to be fixed.

EDIT: Beaten by a minute >_< :P :P :P

Share this post


Link to post

Even after fixing it though, none of the backgrounds are animated in Doom.

So I guess they planned on having them, but changed it later?

Share this post


Link to post

If the animations aren't working in [Ultimate] Doom, then that's an error and you'll need to track it down. Nobody knows why, but Linux Doom had a number of these things broken.

Share this post


Link to post

Nevermind, it actually does work. I thought it was meant for those text screens at the end of each episode, not the level map. Its been a long time since I played through Doom. Thanks Quasar.

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...