mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 11:40:44 +00:00
Can Duke3D CON version compatibility messages in standalone builds
git-svn-id: https://svn.eduke32.com/eduke32@6243 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
0dd837919e
commit
50bc1aa2ba
1 changed files with 2 additions and 0 deletions
|
@ -6269,6 +6269,7 @@ static char const * C_ScriptVersionString(int32_t version)
|
||||||
{
|
{
|
||||||
switch (version)
|
switch (version)
|
||||||
{
|
{
|
||||||
|
#ifndef EDUKE32_STANDALONE
|
||||||
case 9:
|
case 9:
|
||||||
return ", v0.99 compatibility mode";
|
return ", v0.99 compatibility mode";
|
||||||
case 10:
|
case 10:
|
||||||
|
@ -6277,6 +6278,7 @@ static char const * C_ScriptVersionString(int32_t version)
|
||||||
return ", v1.1 compatibility mode";
|
return ", v1.1 compatibility mode";
|
||||||
case 13:
|
case 13:
|
||||||
return ", v1.3D compatibility mode";
|
return ", v1.3D compatibility mode";
|
||||||
|
#endif
|
||||||
default:
|
default:
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue