1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-01-16 04:40:12 -06:00

GSP: Added reinitialization of other state objects.

This commit is contained in:
bunnei 2014-07-22 23:36:50 -04:00
parent 4e9f305ed2
commit 36fd1c169e

View File

@ -302,7 +302,10 @@ const Interface::FunctionInfo FunctionTable[] = {
Interface::Interface() { Interface::Interface() {
Register(FunctionTable, ARRAY_SIZE(FunctionTable)); Register(FunctionTable, ARRAY_SIZE(FunctionTable));
g_event = 0;
g_shared_memory = 0; g_shared_memory = 0;
g_thread_id = 1;
} }
Interface::~Interface() { Interface::~Interface() {