| 137 | } |
| 138 | |
| 139 | U32 SkyBox::packUpdate( NetConnection *conn, U32 mask, BitStream *stream ) |
| 140 | { |
| 141 | U32 retMask = Parent::packUpdate( conn, mask, stream ); |
| 142 | |
| 143 | PACK_ASSET(conn, Material); |
| 144 | |
| 145 | stream->writeFlag( mDrawBottom ); |
| 146 | stream->write( mFogBandHeight ); |
| 147 | |
| 148 | return retMask; |
| 149 | } |
| 150 | |
| 151 | void SkyBox::unpackUpdate( NetConnection *conn, BitStream *stream ) |
| 152 | { |