allow to leave PC in other map

This commit is contained in:
Ondřej Novák 2025-02-04 15:08:35 +01:00
parent 5c4cfaf314
commit 33fa026576
23 changed files with 515 additions and 319 deletions

View file

@ -29,9 +29,9 @@
void general_engine_init(void);
void draw_floor_ceil(int celx,int cely,char f_c,const void *txtr);
void show_cel2(int celx,int cely,const void *stena,int xofs,int yofs,char rev);
void show_cel2(int celx,int cely,const void *stena,int xofs,int yofs,char rev, int alpha);
//zobrazi primou stenu ktera lezi pred nebo napravo od pozorovatele
void show_cel(int celx,int cely,const void *stena,int xofs,int yofs,char rev);
void show_cel(int celx,int cely,const void *stena,int xofs,int yofs,char rev, int alpha);
void turn_left(void);
void turn_right(void);
void zooming_backward(const word *background);
@ -118,6 +118,7 @@ extern word *buffer_2nd;
extern char show_names;
extern char show_lives;
extern char secnd_shade;
extern char show_mob_info;
typedef short palette_t[256];