add csrike source code

This commit is contained in:
nillerusr
2022-03-02 11:45:17 +03:00
parent f7233c84e0
commit 5b926feae6
357 changed files with 135241 additions and 12 deletions

View File

@@ -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())