damn, I REALLY hate it when I accidently commit un-finnished work

This commit is contained in:
Bill Currie 2001-01-19 04:10:02 +00:00
parent 6d09465ade
commit 248f210099

View file

@ -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)
{
}