You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actors should display their 1st frame (ACTOR_DATA::pic[1]) if there are actors on a given screen.
Actual Behavior
No actors are displayed.
When the commented code in load_actors and display_actors is compiled, the program fails to transition to a screen that has actors.
display_actors - Transitioning to a screen that has actors will result in an initial render of the screen, and then draw scrolling lines on the screen.
Steps to Reproduce the Problem
Mount GOTRES.DAT in C:\GOT\
Mount LVLBUILD.EXE in C:\
RUN LVLBUILD.EXE
Press SHIFT+Down twice or SHIFT+Right once to transition to a screen that has at least one actor
Expected Behavior
Actors should display their 1st frame (
ACTOR_DATA::pic[1]) if there are actors on a given screen.Actual Behavior
No actors are displayed.
When the commented code in
load_actorsanddisplay_actorsis compiled, the program fails to transition to a screen that has actors.load_actors- This will typically fail when attempting to loadACTOR4, and also causes memory corruption related to Quitting LVLBUILD results in memory corruption #8.display_actors- Transitioning to a screen that has actors will result in an initial render of the screen, and then draw scrolling lines on the screen.Steps to Reproduce the Problem
Specifications