mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
Remove useless function
This commit is contained in:
@@ -1472,9 +1472,6 @@ UINT32 InitializeJA2(void)
|
|||||||
//gsRenderCenterX = 805;
|
//gsRenderCenterX = 805;
|
||||||
//gsRenderCenterY = 805;
|
//gsRenderCenterY = 805;
|
||||||
|
|
||||||
// Init data
|
|
||||||
InitializeSystemVideoObjects( );
|
|
||||||
|
|
||||||
// Init animation system
|
// Init animation system
|
||||||
if ( !InitAnimationSystem( ) )
|
if ( !InitAnimationSystem( ) )
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -10,12 +10,6 @@ UINT32 guiEXTRABUFFER = 0;
|
|||||||
|
|
||||||
BOOLEAN gfExtraBuffer = FALSE;
|
BOOLEAN gfExtraBuffer = FALSE;
|
||||||
|
|
||||||
BOOLEAN InitializeSystemVideoObjects( )
|
|
||||||
{
|
|
||||||
|
|
||||||
return( TRUE );
|
|
||||||
}
|
|
||||||
|
|
||||||
BOOLEAN InitializeGameVideoObjects( )
|
BOOLEAN InitializeGameVideoObjects( )
|
||||||
{
|
{
|
||||||
VSURFACE_DESC vs_desc;
|
VSURFACE_DESC vs_desc;
|
||||||
|
|||||||
@@ -14,8 +14,7 @@ extern UINT32 guiEXTRABUFFER;
|
|||||||
|
|
||||||
extern BOOLEAN gfExtraBuffer;
|
extern BOOLEAN gfExtraBuffer;
|
||||||
|
|
||||||
BOOLEAN InitializeSystemVideoObjects( );
|
|
||||||
BOOLEAN InitializeGameVideoObjects( );
|
BOOLEAN InitializeGameVideoObjects( );
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user