mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-22 20:51:31 +00:00
Und noch einen Dateiheader
This commit is contained in:
parent
01233dc151
commit
0598956e3e
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,11 @@
|
|||
* this program; if not, write to the Free Software Foundation, Inc., 59
|
||||
* Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
* =======================================================================
|
||||
*
|
||||
* This file implements the inventory screen
|
||||
*
|
||||
* =======================================================================
|
||||
*/
|
||||
|
||||
#include "header/client.h"
|
||||
|
@ -135,3 +140,4 @@ void CL_DrawInventory (void)
|
|||
y += 8;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue