Home
last modified time | relevance | path

Searched refs:ciRplHdrSize (Results 1 – 2 of 2) sorted by relevance

/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/
H A DReplayOld.cpp110 char buf[ciRplHdrSize]; memset(buf,0,ciRplHdrSize); in LoadFile()
111 fi.read(buf,ciRplHdrSize); in LoadFile()
206 char buf[ciRplHdrSize]; memset(buf,0,ciRplHdrSize); in SaveFile()
208 of.write(buf,ciRplHdrSize); in SaveFile()
H A DReplay.h181 const static int ciRplHdrSize = 1024; variable