mirror of
https://github.com/zeldaret/botw
synced 2026-06-04 18:58:37 -04:00
ksys: Fix signature of KingEditorComponent::syncData
The buffer needs to be mutable. ActorParamMgr modifies it for example
This commit is contained in:
@@ -664,7 +664,7 @@ void Manager::destroyRetryBuffer() {
|
||||
}
|
||||
}
|
||||
|
||||
void Manager::syncData(const char* data) {
|
||||
void Manager::syncData(char* data) {
|
||||
const sead::SafeString cmd = data;
|
||||
if (cmd.compare("SyncStart") == 0) {
|
||||
if (util::getDebugHeap()) {
|
||||
|
||||
Reference in New Issue
Block a user