Tube: fix crash at some window sizes, remove outdated code with palette #164
Reference in New Issue
Block a user
No description provided.
Delete Branch "tube-fix-optimize"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Tube: fix crash at some window sizes, remove outdated code with palette
@@ -28,7 +28,8 @@ START:
mcall SF_SYS_MISC,SSF_HEAP_INIT
call OnResize
call draw_window
call init_tube
Why is this function not needed anymore?
It was used in the DOS version of the program to create a palette. In our program, the image is formed from an 8-bit buffer without a palette.
Got it, thank you!