Commit 85385f5d authored by nanahira's avatar nanahira

fix

parent d584b3a8
...@@ -166,7 +166,7 @@ bool Replay::OpenReplayBase64(const unsigned char *code, int len) { ...@@ -166,7 +166,7 @@ bool Replay::OpenReplayBase64(const unsigned char *code, int len) {
memcpy(replay_data, decodedPos, comp_size); memcpy(replay_data, decodedPos, comp_size);
replay_size = comp_size; replay_size = comp_size;
} }
pdata = replay_data; data_position = 0;
is_replaying = true; is_replaying = true;
return true; return true;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment