mirror of https://github.com/nmlgc/ReC98.git
[Maintenance] Fix the TASM32 crash when assembling th03_mainl.asm
Right, the last path component in an INCLUDE file name is "limited" to 28 bytes. Turns out it only crashes on every system that *isn't* the main one I develop on, though…
This commit is contained in:
parent
141baa4ca9
commit
d7483c09cc
|
@ -4506,7 +4506,7 @@ loc_BAC0:
|
|||
retn 6
|
||||
sub_BA8A endp
|
||||
|
||||
include th03/formats/cdg_unput_for_upwards_motion.asm
|
||||
include th03/formats/cdg_unput_upwards.asm
|
||||
|
||||
; =============== S U B R O U T I N E =======================================
|
||||
|
||||
|
|
Loading…
Reference in New Issue