summaryrefslogtreecommitdiffstats
path: root/src/Streaming.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Streaming.cpp')
-rw-r--r--src/Streaming.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Streaming.cpp b/src/Streaming.cpp
new file mode 100644
index 00000000..47258c9d
--- /dev/null
+++ b/src/Streaming.cpp
@@ -0,0 +1,10 @@
+#include "common.h"
+#include "patcher.h"
+#include "Streaming.h"
+
+bool &CStreaming::ms_disableStreaming = *(bool*)0x95CD6E;
+int32 &CStreaming::ms_numModelsRequested = *(int32*)0x8E2C10;
+CStreamingInfo *CStreaming::ms_aInfoForModel = (CStreamingInfo*)0x6C7088;
+
+WRAPPER void CStreaming::RemoveModel(int32 id) { EAXJMP(0x408830); }
+WRAPPER void CStreaming::RequestModel(int32 model, int32 flags) { EAXJMP(0x407EA0); }