mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
- this feature is past version 2.4.
This commit is contained in:
parent
077de36139
commit
144885665f
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
// Note that the status screen needs to run in 'play' scope!
|
||||
|
||||
class InterBackground native play version("2.4")
|
||||
class InterBackground native play version("2.5")
|
||||
{
|
||||
native static InterBackground Create(wbstartstruct wbst);
|
||||
native virtual bool LoadBackground(bool isenterpic);
|
||||
|
@ -8,7 +8,7 @@ class InterBackground native play version("2.4")
|
|||
native virtual void drawBackground(int CurState, bool drawsplat, bool snl_pointeron);
|
||||
}
|
||||
|
||||
struct PatchInfo play version("2.4")
|
||||
struct PatchInfo play version("2.5")
|
||||
{
|
||||
Font mFont;
|
||||
TextureID mPatch;
|
||||
|
@ -37,7 +37,7 @@ struct PatchInfo play version("2.4")
|
|||
|
||||
|
||||
// Will be made a class later, but for now needs to mirror the internal version.
|
||||
class StatusScreen abstract play version("2.4")
|
||||
class StatusScreen abstract play version("2.5")
|
||||
{
|
||||
enum EValues
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue