MCPcopy Create free account
hub / github.com/dborth/fceugx / LoadZapper

Function LoadZapper

source/fceultra/input/zapper.cpp:222–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222static void LoadZapper(int w, MovieRecord* mr)
223{
224 ZD[w].mzx = mr->zappers[w].x;
225 ZD[w].mzy = mr->zappers[w].y;
226 ZD[w].mzb = mr->zappers[w].b;
227 ZD[w].bogo = mr->zappers[w].bogo;
228 ZD[w].zaphit = mr->zappers[w].zaphit;
229}
230
231
232static INPUTC ZAPC={ReadZapper,0,0,UpdateZapper,ZapperFrapper,DrawZapper,LogZapper,LoadZapper};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected