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
Specifications
Version:
Platform:
Subsystem:
The text was updated successfully, but these errors were encountered:
joncloud
changed the title
[LVLBUILD] Actors are not displayed
Actors are not displayed
Mar 11, 2023
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_actors
anddisplay_actors
is 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
The text was updated successfully, but these errors were encountered: