- Timestamp:
- 05/29/18 04:50:33 (7 years ago)
- File:
-
- 1 edited
-
ps/trunk/source/network/NetClientTurnManager.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ps/trunk/source/network/NetClientTurnManager.cpp
r20519 r21830 1 /* Copyright (C) 201 7Wildfire Games.1 /* Copyright (C) 2018 Wildfire Games. 2 2 * This file is part of 0 A.D. 3 3 * … … 124 124 file.close(); 125 125 126 std::ofstream binfile (OsString(oosdumpPath.ChangeExtension(L".dat")).c_str(), std::ofstream::out | std::ofstream::trunc | std::ofstream::binary); 127 m_Simulation2.SerializeState(binfile); 128 binfile.close(); 129 126 130 std::stringstream playerNamesString; 127 131 std::vector<CStr> playerNamesStrings;
Note:
See TracChangeset
for help on using the changeset viewer.
