mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-05 22:20:30 -04:00
libs compiles
This commit is contained in:
parent
1b0f7fe0c2
commit
a7278bac40
121 changed files with 1528 additions and 1731 deletions
|
@ -90,7 +90,7 @@ void palette_shadow(char *pal1,unsigned short pal2[][256],int tr,int tg,int tb)
|
|||
}
|
||||
|
||||
|
||||
int load_pcx(char *pcx,long fsize,int conv_type,char **buffer, ... )
|
||||
int load_pcx(char *pcx,int32_t fsize,int conv_type,char **buffer, ... )
|
||||
//dale nasleduji int hodnoty poctu prechodu a R,G,B barvy
|
||||
{
|
||||
unsigned short paleta2[256];
|
||||
|
@ -176,7 +176,7 @@ int open_pcx(char *filename,int type,char **buffer,...)
|
|||
{
|
||||
FILE *pcx;
|
||||
char *src;
|
||||
long fsize;
|
||||
int32_t fsize;
|
||||
|
||||
pcx=fopen(filename,"rb");
|
||||
if (pcx==NULL) return -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue