Reset map x/y start/size in single place

This commit is contained in:
Pasi Kallinen
2022-08-02 17:02:25 +03:00
parent 24e94b70d4
commit f4d0e99fad
3 changed files with 15 additions and 18 deletions

View File

@@ -2538,6 +2538,7 @@ extern void release_sound_mappings(void);
#if !defined(CROSSCOMPILE) || defined(CROSSCOMPILE_TARGET)
extern void create_des_coder(void);
extern void reset_xystart_size(void);
extern struct mapfragment *mapfrag_fromstr(char *);
extern void mapfrag_free(struct mapfragment **);
extern schar mapfrag_get(struct mapfragment *, int, int);