mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-05 22:09:59 +03:00
add csrike source code
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#include "prediction.h"
|
||||
#include "bitbuf.h"
|
||||
#include "checksum_md5.h"
|
||||
#include "touch.h"
|
||||
#include "hltvcamera.h"
|
||||
#if defined( REPLAY_ENABLED )
|
||||
#include "replay/replaycamera.h"
|
||||
@@ -946,6 +947,7 @@ void CInput::ControllerMove( float frametime, CUserCmd *cmd )
|
||||
}
|
||||
|
||||
JoyStickMove( frametime, cmd);
|
||||
gTouch.Move( frametime, cmd );
|
||||
|
||||
// NVNT if we have a haptic device..
|
||||
if(haptics && haptics->HasDevice())
|
||||
|
||||
Reference in New Issue
Block a user