Remove intellivibe interface

Intellivibe is an interface for VRF's Tactile Feedback System hardware, now discontinued.
This commit is contained in:
Louis Gombert
2024-06-22 03:20:26 +02:00
parent fa3f379e41
commit fa2061dc76
13 changed files with 0 additions and 472 deletions

View File

@@ -44,7 +44,6 @@
#include "D3ForceFeedback.h"
#include "player.h"
#include "demofile.h"
#include "vibeinterface.h"
// Global variables for physics system
uint8_t Default_player_terrain_leveling = 0;
@@ -3039,8 +3038,6 @@ void phys_apply_force(object *obj, vector *force_vec, int16_t weapon_index) {
}
// mprintf(0,"Force: Magnitude = %f Scale = %1.3f\n",magnitude,scale);
VIBE_DoForce(force_vec);
}
//------------------------------