| 237 | *n = 0; // zero terminate in any case |
| 238 | strlwr(name); |
| 239 | i.name = name; |
| 240 | i.compressedMagic = LoadInt(f); |
| 241 | i.uncompressedSize = LoadInt(f); |
| 242 | i.startOffset = LoadInt(f); |
| 243 | i.time = LoadInt(f); |
| 244 | i.length = LoadInt(f); |
| 245 | } |
| 246 | |
| 247 | } // namespace Poseidon |
| 248 | |
| 249 | bool GLogFileOps = false; |
| 250 | |
| 251 | namespace Poseidon |
| 252 | { |
| 253 | |
| 254 | // simple logging - log what is used, do not check for double files |