Pause should be an array
This commit is contained in:
committed by
Jason Watkins
parent
7f9be34d45
commit
e512cdd981
@@ -503,8 +503,8 @@ namespace XPC
|
||||
const unsigned char* buffer = msg.GetBuffer();
|
||||
|
||||
// Set DREF
|
||||
int value = buffer[5];
|
||||
DataManager::Set(DREF::Pause, &value, 1);
|
||||
int value[8] = {buffer[5]};
|
||||
DataManager::Set(DREF::Pause, value, 8);
|
||||
|
||||
#if LOG_VERBOSITY > 2
|
||||
if (buffer[5] == 0)
|
||||
|
||||
Reference in New Issue
Block a user