mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Unbreak zip support as another means to group files. Using 16-bit integers to
hold file lengths is certainly very frownworthy. git-svn-id: https://svn.eduke32.com/eduke32@2003 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
a23504822d
commit
a3e83fbe0c
2 changed files with 1 additions and 3 deletions
|
@ -9981,8 +9981,7 @@ void nextpage(void)
|
|||
int32_t loadpics(const char *filename, int32_t askedsize)
|
||||
{
|
||||
int32_t offscount, localtilestart, localtileend, dasiz;
|
||||
int16_t fil, i, j;
|
||||
int32_t tilefilei, numtiles_dummy;
|
||||
int32_t i, j, fil, tilefilei, numtiles_dummy;
|
||||
|
||||
Bstrcpy(artfilename,filename);
|
||||
|
||||
|
|
|
@ -2813,7 +2813,6 @@ static void vsp_finalize_init(vsptyp *vsp, int32_t vcnt)
|
|||
// / \
|
||||
// (px[3],py[3]).--------------.(px[2],py[2])
|
||||
*/
|
||||
static inline int32_t vsinsaft(vsptyp *vsp, int32_t i);
|
||||
|
||||
void initmosts(double *px, double *py, int32_t n)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue