02 Jul 2019

This commit is contained in:
g-cont 2019-07-02 00:00:00 +03:00 committed by Alibek Omarov
parent c22b41905e
commit 74f2d2421e
2 changed files with 5 additions and 1 deletions

View File

@ -16,6 +16,10 @@ VGUI: - a VGUI implementation code in xash.dll
Memory: - a memory manager in xash.dll
Physic: - a server physics code in xash.dll
build 4529
Render: add support for hardware compression 3DC for old ATI-cards
build 4511
Engine: some expansion of RenderAPI (with keep compatibility of course)

View File

@ -48,6 +48,6 @@ int Q_buildnum( void )
return b;
#else
return 4511;
return 4529;
#endif
}