mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-13 07:57:52 +00:00
- moved a few more play files free of global state references to g_shared.
This commit is contained in:
parent
65c2c318fb
commit
5010e61309
10 changed files with 7 additions and 7 deletions
|
@ -908,7 +908,6 @@ set (PCH_SOURCES
|
||||||
dobjgc.cpp
|
dobjgc.cpp
|
||||||
dobjtype.cpp
|
dobjtype.cpp
|
||||||
doomstat.cpp
|
doomstat.cpp
|
||||||
dsectoreffect.cpp
|
|
||||||
dthinker.cpp
|
dthinker.cpp
|
||||||
f_wipe.cpp
|
f_wipe.cpp
|
||||||
g_cvars.cpp
|
g_cvars.cpp
|
||||||
|
@ -952,15 +951,9 @@ set (PCH_SOURCES
|
||||||
p_openmap.cpp
|
p_openmap.cpp
|
||||||
p_pspr.cpp
|
p_pspr.cpp
|
||||||
p_saveg.cpp
|
p_saveg.cpp
|
||||||
p_secnodes.cpp
|
|
||||||
p_sectors.cpp
|
|
||||||
p_setup.cpp
|
p_setup.cpp
|
||||||
p_sight.cpp
|
|
||||||
p_spec.cpp
|
p_spec.cpp
|
||||||
p_states.cpp
|
p_states.cpp
|
||||||
p_switch.cpp
|
|
||||||
p_tags.cpp
|
|
||||||
p_teleport.cpp
|
|
||||||
p_terrain.cpp
|
p_terrain.cpp
|
||||||
p_things.cpp
|
p_things.cpp
|
||||||
p_tick.cpp
|
p_tick.cpp
|
||||||
|
@ -1020,6 +1013,13 @@ set (PCH_SOURCES
|
||||||
g_shared/a_plats.cpp
|
g_shared/a_plats.cpp
|
||||||
g_shared/a_pusher.cpp
|
g_shared/a_pusher.cpp
|
||||||
g_shared/a_scroll.cpp
|
g_shared/a_scroll.cpp
|
||||||
|
g_shared/dsectoreffect.cpp
|
||||||
|
g_shared/p_secnodes.cpp
|
||||||
|
g_shared/p_sectors.cpp
|
||||||
|
g_shared/p_sight.cpp
|
||||||
|
g_shared/p_switch.cpp
|
||||||
|
g_shared/p_tags.cpp
|
||||||
|
g_shared/p_teleport.cpp
|
||||||
g_statusbar/hudmessages.cpp
|
g_statusbar/hudmessages.cpp
|
||||||
g_statusbar/shared_hud.cpp
|
g_statusbar/shared_hud.cpp
|
||||||
g_statusbar/sbarinfo.cpp
|
g_statusbar/sbarinfo.cpp
|
||||||
|
|
Loading…
Reference in a new issue