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();
|
const unsigned char* buffer = msg.GetBuffer();
|
||||||
|
|
||||||
// Set DREF
|
// Set DREF
|
||||||
int value = buffer[5];
|
int value[8] = {buffer[5]};
|
||||||
DataManager::Set(DREF::Pause, &value, 1);
|
DataManager::Set(DREF::Pause, value, 8);
|
||||||
|
|
||||||
#if LOG_VERBOSITY > 2
|
#if LOG_VERBOSITY > 2
|
||||||
if (buffer[5] == 0)
|
if (buffer[5] == 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user