mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-15 02:36:40 -04:00
allow to leave PC in other map
This commit is contained in:
parent
5c4cfaf314
commit
33fa026576
23 changed files with 515 additions and 319 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue