mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-18 05:58:19 +00:00
fix requested changes
This commit is contained in:
parent
579005b98a
commit
ec0380e683
|
@ -3000,6 +3000,7 @@ if(TOOLS)
|
|||
set(TARGET_TOOLS
|
||||
config_retrieve
|
||||
config_store
|
||||
demo_extract_chat
|
||||
dilate
|
||||
map_convert_07
|
||||
map_diff
|
||||
|
|
|
@ -192,12 +192,6 @@ public:
|
|||
|
||||
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;
|
||||
CDemoPlayer DemoPlayer(&DemoSnapshotDelta, false);
|
||||
|
||||
|
|
Loading…
Reference in a new issue