mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
- this wasn't saved for last night's commit.
This commit is contained in:
parent
6adb069506
commit
afc631b537
8 changed files with 8 additions and 0 deletions
|
@ -68,6 +68,7 @@
|
||||||
#include "r_data/colormaps.h"
|
#include "r_data/colormaps.h"
|
||||||
#include "farchive.h"
|
#include "farchive.h"
|
||||||
#include "p_setup.h"
|
#include "p_setup.h"
|
||||||
|
#include "p_spec.h"
|
||||||
|
|
||||||
static FRandom pr_script("FScript");
|
static FRandom pr_script("FScript");
|
||||||
|
|
||||||
|
|
|
@ -45,6 +45,7 @@
|
||||||
#include "colormatcher.h"
|
#include "colormatcher.h"
|
||||||
#include "v_palette.h"
|
#include "v_palette.h"
|
||||||
#include "farchive.h"
|
#include "farchive.h"
|
||||||
|
#include "doomdata.h"
|
||||||
|
|
||||||
static fixed_t DecalWidth, DecalLeft, DecalRight;
|
static fixed_t DecalWidth, DecalLeft, DecalRight;
|
||||||
static fixed_t SpreadZ;
|
static fixed_t SpreadZ;
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
#include "d_event.h"
|
#include "d_event.h"
|
||||||
#include "v_font.h"
|
#include "v_font.h"
|
||||||
#include "farchive.h"
|
#include "farchive.h"
|
||||||
|
#include "p_spec.h"
|
||||||
|
|
||||||
// Include all the other Strife stuff here to reduce compile time
|
// Include all the other Strife stuff here to reduce compile time
|
||||||
#include "a_acolyte.cpp"
|
#include "a_acolyte.cpp"
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
#include "r_data/colormaps.h"
|
#include "r_data/colormaps.h"
|
||||||
#include "gi.h"
|
#include "gi.h"
|
||||||
#include "portal.h"
|
#include "portal.h"
|
||||||
|
#include "p_spec.h"
|
||||||
|
|
||||||
// MACROS ------------------------------------------------------------------
|
// MACROS ------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
@ -30,6 +30,7 @@
|
||||||
#include "r_state.h"
|
#include "r_state.h"
|
||||||
#include "gi.h"
|
#include "gi.h"
|
||||||
#include "farchive.h"
|
#include "farchive.h"
|
||||||
|
#include "p_spec.h"
|
||||||
|
|
||||||
//============================================================================
|
//============================================================================
|
||||||
//
|
//
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
#include "tables.h"
|
#include "tables.h"
|
||||||
#include "farchive.h"
|
#include "farchive.h"
|
||||||
#include "p_3dmidtex.h"
|
#include "p_3dmidtex.h"
|
||||||
|
#include "p_spec.h"
|
||||||
#include "r_data/r_interpolate.h"
|
#include "r_data/r_interpolate.h"
|
||||||
|
|
||||||
//==========================================================================
|
//==========================================================================
|
||||||
|
|
|
@ -36,6 +36,7 @@
|
||||||
#include "templates.h"
|
#include "templates.h"
|
||||||
#include "p_local.h"
|
#include "p_local.h"
|
||||||
#include "p_lnspec.h"
|
#include "p_lnspec.h"
|
||||||
|
#include "p_spec.h"
|
||||||
|
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
#include "r_state.h"
|
#include "r_state.h"
|
||||||
#include "gi.h"
|
#include "gi.h"
|
||||||
#include "farchive.h"
|
#include "farchive.h"
|
||||||
|
#include "p_spec.h"
|
||||||
|
|
||||||
static FRandom pr_doplat ("DoPlat");
|
static FRandom pr_doplat ("DoPlat");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue