[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:
nmlgc 2018-11-26 12:05:20 +01:00
parent 141baa4ca9
commit d7483c09cc
2 changed files with 1 additions and 1 deletions

View File

@ -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 =======================================