Commit f8499cae authored by fallenstardust's avatar fallenstardust

sync ocgcore

parent 9eefffd4
......@@ -176,7 +176,7 @@ card::card(duel* pd) {
xyz_materials_previous_count_onfield = 0;
current.controler = PLAYER_NONE;
}
inline void update_cache(uint32& tdata, uint32& cache, byte*& p, uint32& query_flag, const uint32 flag) {
inline void update_cache(uint32 tdata, uint32& cache, byte*& p, uint32& query_flag, uint32 flag) {
if (tdata != cache) {
cache = tdata;
buffer_write<uint32_t>(p, tdata);
......
......@@ -9,6 +9,8 @@
#define MTRANDOM_H_
#include <random>
#include <vector>
#include <utility>
class mt19937 {
public:
......
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