Searched refs:_tempPzInfo (Results 1 – 4 of 4) sorted by relevance
271 _tempPzInfo.gfxNumber[i] = NULL; in save()273 _tempPzInfo.gfxFace[i] = NULL; in save()275 _tempPzInfo.gfxPanic = _tempPzInfo.gfxZone = NULL; in save()277 out->writeByte(_tempPzInfo.active); in save()279 out->writeSint32LE(_tempPzInfo.timer); in save()280 out->writeSint32LE(_tempPzInfo.x1); in save()281 out->writeSint32LE(_tempPzInfo.y1); in save()282 out->writeSint32LE(_tempPzInfo.x2); in save()283 out->writeSint32LE(_tempPzInfo.y2); in save()284 out->writeSint32LE(_tempPzInfo.xv); in save()[all …]
308 PanicZone _pzInfo, _tempPzInfo; variable
271 _tempPzInfo.gfxNumber[i] = nullptr; in save()273 _tempPzInfo.gfxFace[i] = nullptr; in save()275 _tempPzInfo.gfxPanic = _tempPzInfo.gfxZone = nullptr; in save()277 out->writeByte(_tempPzInfo.active); in save()279 out->writeSint32LE(_tempPzInfo.timer); in save()280 out->writeSint32LE(_tempPzInfo.x1); in save()281 out->writeSint32LE(_tempPzInfo.y1); in save()282 out->writeSint32LE(_tempPzInfo.x2); in save()283 out->writeSint32LE(_tempPzInfo.y2); in save()284 out->writeSint32LE(_tempPzInfo.xv); in save()[all …]