mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-18 14:08:19 +00:00
fix requested changes
This commit is contained in:
parent
579005b98a
commit
ec0380e683
|
@ -3000,6 +3000,7 @@ if(TOOLS)
|
||||||
set(TARGET_TOOLS
|
set(TARGET_TOOLS
|
||||||
config_retrieve
|
config_retrieve
|
||||||
config_store
|
config_store
|
||||||
|
demo_extract_chat
|
||||||
dilate
|
dilate
|
||||||
map_convert_07
|
map_convert_07
|
||||||
map_diff
|
map_diff
|
||||||
|
|
|
@ -192,12 +192,6 @@ public:
|
||||||
|
|
||||||
int Process(const char *pDemoFilePath, IStorage *pStorage)
|
int Process(const char *pDemoFilePath, IStorage *pStorage)
|
||||||
{
|
{
|
||||||
if(!pStorage->FileExists(pDemoFilePath, IStorage::TYPE_ALL_OR_ABSOLUTE))
|
|
||||||
{
|
|
||||||
dbg_msg(TOOL_NAME, "Demo file '%s' doesn't exist", pDemoFilePath);
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
CSnapshotDelta DemoSnapshotDelta;
|
CSnapshotDelta DemoSnapshotDelta;
|
||||||
CDemoPlayer DemoPlayer(&DemoSnapshotDelta, false);
|
CDemoPlayer DemoPlayer(&DemoSnapshotDelta, false);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue