mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-14 18:31:52 -04:00
boat in exploration is drawn by compositor
This commit is contained in:
parent
232dae6708
commit
05c1f952c4
12 changed files with 323 additions and 72 deletions
|
@ -1814,6 +1814,7 @@ char *change_extension_support(char *buffer, const char *filename,char *new_exte
|
|||
#define set_file_extension(filename, extension) change_extension_support((char *)alloca(strlen(filename)+strlen(extension)), (filename), (extension))
|
||||
void load_enemy_to_map(int i, int sector, int dir, const TMOB *t);
|
||||
|
||||
void hide_boat();
|
||||
|
||||
//extras
|
||||
#include "extras.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue