mirror of https://github.com/nmlgc/ReC98.git
[Maintenance] [th03] Remove trailing comma from `public` directive
These break the build on TASM32 version 5.0… which means that
th03_main.asm didn't assemble on that version ever since 3072208
.
Thanks to mu021 for telling me about the resulting crash!
This commit is contained in:
parent
3afb73eada
commit
0685bd0885
|
@ -35890,7 +35890,7 @@ byte_220E0 db ?
|
|||
byte_220E6 db ?
|
||||
db 5 dup(?)
|
||||
word_220EC dw ?
|
||||
public _collmap_topleft, _collmap_center, _collmap_stripe_tile_w,
|
||||
public _collmap_topleft, _collmap_center, _collmap_stripe_tile_w
|
||||
public _collmap_tile_h, _collmap_bottomright, _collmap_pid, _collmap
|
||||
_collmap_topleft label Point
|
||||
_collmap_center label Point
|
||||
|
|
Loading…
Reference in New Issue