mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-21 19:51:18 +00:00
damn, I REALLY hate it when I accidently commit un-finnished work
This commit is contained in:
parent
6d09465ade
commit
248f210099
1 changed files with 2 additions and 1 deletions
|
@ -39,6 +39,7 @@
|
|||
|
||||
#include "client.h"
|
||||
#include "host.h"
|
||||
#include "skin.h"
|
||||
#include "sys.h"
|
||||
#include "vid.h"
|
||||
|
||||
|
@ -83,6 +84,6 @@ Skin_Init_Translation (void)
|
|||
}
|
||||
|
||||
void
|
||||
Skin_Process (skin_t *skin, struct tex_s *)
|
||||
Skin_Process (skin_t *skin, struct tex_s *tex)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue