summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-05-11 17:04:08 +0200
committeraap <aap@papnet.eu>2020-05-11 17:04:08 +0200
commit95920d54f2b570bb0aa218ad574a51acdded6a4f (patch)
treede04aa0149505c3cb68ae30ffb6066e87e9e5773 /src/core
parentremove aps from premake (diff)
downloadre3-95920d54f2b570bb0aa218ad574a51acdded6a4f.tar
re3-95920d54f2b570bb0aa218ad574a51acdded6a4f.tar.gz
re3-95920d54f2b570bb0aa218ad574a51acdded6a4f.tar.bz2
re3-95920d54f2b570bb0aa218ad574a51acdded6a4f.tar.lz
re3-95920d54f2b570bb0aa218ad574a51acdded6a4f.tar.xz
re3-95920d54f2b570bb0aa218ad574a51acdded6a4f.tar.zst
re3-95920d54f2b570bb0aa218ad574a51acdded6a4f.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/Streaming.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Streaming.cpp b/src/core/Streaming.cpp
index f24192ef..e430f758 100644
--- a/src/core/Streaming.cpp
+++ b/src/core/Streaming.cpp
@@ -262,7 +262,7 @@ CStreaming::Init(void)
}
}
#else
- CStreaming::Init();
+ CStreaming::Init2();
#endif
}