diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-08-14 22:16:40 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-08-14 22:16:40 +0000 |
| commit | acd2b1beb8b17d00f918fd62a4bbc558eadfe52a (patch) | |
| tree | 292e79e0441783afae06dbbb136ddcdbb13bca6d /src/engine | |
| parent | d4d678811d52cee11f6b7f7368b7330a76cba629 (diff) | |
| download | zcatch-acd2b1beb8b17d00f918fd62a4bbc558eadfe52a.tar.gz zcatch-acd2b1beb8b17d00f918fd62a4bbc558eadfe52a.zip | |
merge error, snapshot got applied twice
Diffstat (limited to 'src/engine')
| -rw-r--r-- | src/engine/client/client.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/engine/client/client.cpp b/src/engine/client/client.cpp index 3a64db7e..e3bf2c32 100644 --- a/src/engine/client/client.cpp +++ b/src/engine/client/client.cpp @@ -864,9 +864,6 @@ static void client_run(const char *direct_connect_server) snapshots[SNAP_CURRENT] = next; if(snapshots[SNAP_CURRENT] && snapshots[SNAP_PREV]) modc_newsnapshot(); - - if(snapshots[SNAP_CURRENT] && snapshots[SNAP_PREV]) - modc_newsnapshot(); } else { |