Cleanups from pomac!

This commit is contained in:
Zachary Slater 2005-09-02 20:13:47 +00:00
parent b0fc4a7b6e
commit f327407bb8
36 changed files with 155 additions and 195 deletions

View file

@ -1756,7 +1756,7 @@ CG_LoadHudMenu();
=================
*/
void CG_LoadHudMenu() {
void CG_LoadHudMenu( void ) {
char buff[1024];
const char *hudSet;
@ -1823,7 +1823,7 @@ void CG_LoadHudMenu() {
CG_LoadMenus(hudSet);
}
void CG_AssetCache() {
void CG_AssetCache( void ) {
//if (Assets.textFont == NULL) {
// trap_R_RegisterFont("fonts/arial.ttf", 72, &Assets.textFont);
//}