Commit 83d47d02 authored by wind2009's avatar wind2009

Merge remote-tracking branch 'upstream/master' into develop

parents 54ecda46 f9692965
......@@ -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);
......
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