ksys: Fix signature of KingEditorComponent::syncData

The buffer needs to be mutable. ActorParamMgr modifies it for example
This commit is contained in:
Léo Lam
2021-04-22 23:36:39 +02:00
parent e631e0dc2b
commit 2015796b80
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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()) {