mirror of
https://github.com/ZDoom/gzdoom-last-svn.git
synced 2025-05-30 17:00:48 +00:00
- update to ZDoom r 3261:
Removed unneeded includes of r_local.h. Removed more r_ header dependencies from the rest of the code. took all includes of farchive.h out of headers. This file will have to be included explicitly in each source file that needs it. Changed AlterWeaponSprite so that it doesn't take a full vissprite as parameter. FCoverageBuffer is only used in r_things.cpp, so its declaration does not need to be in a global header that's included everywhere. git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@1223 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
parent
5540b6fefc
commit
4e74a881b6
133 changed files with 737 additions and 623 deletions
|
@ -43,6 +43,7 @@
|
|||
#include "d_netinf.h"
|
||||
#include "d_net.h"
|
||||
#include "d_protocol.h"
|
||||
#include "d_player.h"
|
||||
#include "c_dispatch.h"
|
||||
#include "v_palette.h"
|
||||
#include "v_video.h"
|
||||
|
@ -55,6 +56,7 @@
|
|||
#include "r_data/r_translate.h"
|
||||
#include "templates.h"
|
||||
#include "cmdlib.h"
|
||||
#include "farchive.h"
|
||||
|
||||
static FRandom pr_pickteam ("PickRandomTeam");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue