Commit graph

7 commits

Author SHA1 Message Date
Peter0x44
befc85915d VITA/NX: Fix implicit function declaration warning
GCC 14 makes this an error.

source/gl_rmisc.c: In function 'R_Init':
source/gl_rmisc.c:256:2: warning: implicit declaration of function 'R_InitOtherTextures'; did you mean 'R_InitTextures'? [-Wimplicit-function-declaration]
  256 |  R_InitOtherTextures ();
      |  ^~~~~~~~~~~~~~~~~~~
      |  R_InitTextures
source/gl_rmisc.c: At top level:
source/gl_rmisc.c:671:6: warning: conflicting types for 'R_InitOtherTextures'
  671 | void R_InitOtherTextures (void)
      |      ^~~~~~~~~~~~~~~~~~~
source/gl_rmisc.c:256:2: note: previous implicit declaration of 'R_InitOtherTextures' was here
  256 |  R_InitOtherTextures ();
      |  ^~~~~~~~~~~~~~~~~~~
2024-06-17 17:18:31 +01:00
cypress
c0d5d8988a NX/VITA: Stop using internal quake skin for zombies 2023-07-21 13:21:10 -04:00
Ian
d7f41c126b Try this instead: Use normal TexMgr for zombies: 2022-12-21 17:01:00 -05:00
Ian
c9c87443bd got good. 2022-12-21 15:26:46 -05:00
Ian
f93c775ee3 Fix errors from glquake->qs 2022-12-21 15:11:44 -05:00
Ian
45257e7d73 Force use of external Zombie skins and override MDL loading 2022-12-21 15:05:34 -05:00
unknown
1556256c74 Initial commit 2022-02-08 14:06:54 -05:00