diff options
| author | oy <Tom_Adams@web.de> | 2010-12-08 00:42:32 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2010-12-08 00:42:32 +0100 |
| commit | db9dd6b8c9597ebb59030c54c9bb6f05707e2396 (patch) | |
| tree | 0180654bfac988525e04699775cc6b32af923c43 /src/engine/client/client.h | |
| parent | 665934ee098abca1c7b585476502462b94b1bdc8 (diff) | |
| download | zcatch-db9dd6b8c9597ebb59030c54c9bb6f05707e2396.tar.gz zcatch-db9dd6b8c9597ebb59030c54c9bb6f05707e2396.zip | |
added an optional time stamp to a demo record by Batchyx
Diffstat (limited to 'src/engine/client/client.h')
| -rw-r--r-- | src/engine/client/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/client/client.h b/src/engine/client/client.h index b6a82199..8cfd8c57 100644 --- a/src/engine/client/client.h +++ b/src/engine/client/client.h @@ -284,7 +284,7 @@ public: void RegisterCommands(); const char *DemoPlayer_Play(const char *pFilename, int StorageType); - void DemoRecorder_Start(const char *pFilename); + void DemoRecorder_Start(const char *pFilename, bool WithTimestamp); void DemoRecorder_Stop(); virtual class CEngine *Engine() { return &m_Engine; } |