Skip to content

Commit 273b1e0

Browse files
committed
make loaded replays default to x pos
1 parent cfb2c77 commit 273b1e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Replay.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ void Replay::save(const std::string& path) {
6464
}
6565

6666
Replay Replay::load(const std::string& path) {
67-
Replay replay(0);
67+
Replay replay(0, ReplayType::XPOS);
6868
std::ifstream file;
6969
file.open(path, std::ios::binary | std::ios::in);
7070

0 commit comments

Comments
 (0)