mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 00:41:55 +00:00
- version bump.
This commit is contained in:
parent
2022de845a
commit
d19e2e3e40
2 changed files with 5 additions and 5 deletions
|
@ -1320,7 +1320,7 @@ static void polymost_flatskyrender(FVector2 const* const dpxy, int32_t const n,
|
|||
dapskybits = 0;
|
||||
}
|
||||
|
||||
dapyoffs = isSWALL()? 16*1024 : isDuke() && globalpicnum == 89 ? 17 * 1024 : 32 * 1024;
|
||||
dapyoffs = isExhumed()? 64*1024 : isSWALL()? 16*1024 : isDuke() && globalpicnum == 89 ? 17 * 1024 : 32 * 1024;
|
||||
ghoriz = (qglobalhoriz*(1.f/65536.f)-float(ydimen>>1))*dapyoffs*(1.f/65536.f)+float(ydimen>>1)+ghorizcorrect;
|
||||
|
||||
float const dd = fxdimen*.0000001f; //Adjust sky depth based on screen size!
|
||||
|
|
|
@ -41,11 +41,11 @@ const char *GetVersionString();
|
|||
|
||||
/** Lots of different version numbers **/
|
||||
|
||||
#define VERSIONSTR "1.4pre"
|
||||
#define VERSIONSTR "1.5pre"
|
||||
|
||||
// The version as seen in the Windows resource
|
||||
#define RC_FILEVERSION 1,4,9999,0
|
||||
#define RC_PRODUCTVERSION 1,4,9999,0
|
||||
#define RC_FILEVERSION 1,5,9999,0
|
||||
#define RC_PRODUCTVERSION 1,5,9999,0
|
||||
#define RC_PRODUCTVERSION2 VERSIONSTR
|
||||
// These are for content versioning.
|
||||
#define VER_MAJOR 4
|
||||
|
@ -53,7 +53,7 @@ const char *GetVersionString();
|
|||
#define VER_REVISION 0
|
||||
|
||||
#define ENG_MAJOR 1
|
||||
#define ENG_MINOR 4
|
||||
#define ENG_MINOR 5
|
||||
#define ENG_REVISION 0
|
||||
|
||||
// More stuff that needs to be different for derivatives.
|
||||
|
|
Loading…
Reference in a new issue