diff --git a/SilentPatchVC/SilentPatchVC.cpp b/SilentPatchVC/SilentPatchVC.cpp
index 931d800..f0b9815 100644
--- a/SilentPatchVC/SilentPatchVC.cpp
+++ b/SilentPatchVC/SilentPatchVC.cpp
@@ -22,12 +22,6 @@ struct RsGlobalType
void* pad;
};
-struct RwV2d
-{
- float x; /**< X value*/
- float y; /**< Y value */
-};
-
static const void* RosieAudioFix_JumpBack;
static void (*PrintString)(float,float,const wchar_t*);
diff --git a/SilentPatchVC/SilentPatchVC.vcxproj b/SilentPatchVC/SilentPatchVC.vcxproj
index ff4d3a7..bb05501 100644
--- a/SilentPatchVC/SilentPatchVC.vcxproj
+++ b/SilentPatchVC/SilentPatchVC.vcxproj
@@ -76,7 +76,7 @@
Disabled
_HAS_EXCEPTIONS=0;PATTERNS_USE_HINTS=1;_GTA_VC;%(PreprocessorDefinitions)
MultiThreadedDebug
- ..\SilentPatch;%(AdditionalIncludeDirectories)
+ D:\RWSDK\RW3.4\include\d3d8;..\SilentPatch;%(AdditionalIncludeDirectories)
Use
StdAfx.h
NoExtensions
@@ -110,7 +110,7 @@
AnySuitable
Speed
true
- ..\SilentPatch;%(AdditionalIncludeDirectories)
+ D:\RWSDK\RW3.4\include\d3d8;..\SilentPatch;%(AdditionalIncludeDirectories)
Use
StdAfx.h
NoExtensions
@@ -146,7 +146,7 @@
AnySuitable
Speed
true
- ..\SilentPatch;%(AdditionalIncludeDirectories)
+ D:\RWSDK\RW3.4\include\d3d8;..\SilentPatch;%(AdditionalIncludeDirectories)
Use
StdAfx.h
NoExtensions