Home
last modified time | relevance | path

Searched refs:_tempPzInfo (Results 1 – 4 of 4) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/hdb/
H A Dwindow.cpp271 _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 …]
H A Dwindow.h308 PanicZone _pzInfo, _tempPzInfo; variable
/dports/games/scummvm/scummvm-2.5.1/engines/hdb/
H A Dwindow.cpp271 _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 …]
H A Dwindow.h308 PanicZone _pzInfo, _tempPzInfo; variable