mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-21 19:51:18 +00:00
do that the right way. /I/ feel better now :P
This commit is contained in:
parent
11de1a1fde
commit
4c7c5880fe
2 changed files with 1 additions and 2 deletions
|
@ -42,6 +42,7 @@
|
||||||
extern cvar_t *fs_userpath;
|
extern cvar_t *fs_userpath;
|
||||||
extern cvar_t *fs_sharepath;
|
extern cvar_t *fs_sharepath;
|
||||||
extern cvar_t *fs_skinbase;
|
extern cvar_t *fs_skinbase;
|
||||||
|
extern cvar_t *fs_basegame;
|
||||||
|
|
||||||
extern int com_filesize;
|
extern int com_filesize;
|
||||||
struct cache_user_s;
|
struct cache_user_s;
|
||||||
|
|
|
@ -47,8 +47,6 @@ byte *wad_base;
|
||||||
|
|
||||||
void SwapPic (qpic_t *pic);
|
void SwapPic (qpic_t *pic);
|
||||||
|
|
||||||
extern cvar_t *fs_basegame;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
W_CleanupName
|
W_CleanupName
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue