mirror of
https://github.com/1dot13/source.git
synced 2026-08-26 14:30:26 +02:00
Address review feedback
This commit is contained in:
committed by
Asdow
parent
8b1c4effa0
commit
d4abc82488
@@ -1978,8 +1978,3 @@ HVOBJECT GetCursorFileVideoObject( UINT32 uiCursorFile )
|
||||
{
|
||||
return( CursorFileDatabase[ uiCursorFile ].hVObject );
|
||||
}
|
||||
|
||||
|
||||
void SyncPairedCursorFrames( UINT32 uiSrcIndex, UINT32 uiDestIndex )
|
||||
{
|
||||
}
|
||||
|
||||
@@ -311,8 +311,6 @@ void HandleAnimatedCursors( );
|
||||
void DrawMouseActionPoints( );
|
||||
void UpdateAnimatedCursorFrames( UINT32 uiCursorIndex );
|
||||
|
||||
void SyncPairedCursorFrames( UINT32 uiSrcCursor, UINT32 uiDestCursor );
|
||||
|
||||
void SetCursorSpecialFrame( UINT32 uiCursor, UINT8 ubFrame );
|
||||
|
||||
void SetCursorFlags( UINT32 uiCursor, UINT8 ubFlags );
|
||||
|
||||
Reference in New Issue
Block a user