mirror of
https://github.com/kevinbentley/Descent3.git
synced 2026-04-29 05:00:03 -04:00
Remove intellivibe interface
Intellivibe is an interface for VRF's Tactile Feedback System hardware, now discontinued.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
//------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user