| 156 | } |
| 157 | |
| 158 | void ConnectionStringTable::mapString(U32 netId, NetStringHandle &string) |
| 159 | { |
| 160 | // the netId is sent by the other side... throw it in our mapping table: |
| 161 | mRemoteStringTable[netId] = string; |
| 162 | } |
| 163 | |
| 164 | void ConnectionStringTable::readDemoStartBlock(BitStream *stream) |
| 165 | { |