Advertisement
Guest User

Untitled

a guest
Mar 18th, 2010
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.30 KB | None | 0 0
  1. -    if (!deathmatch && ExistingFile(fileName))
  2. +    if (!deathmatch && ExistingFile(fileName) && lvl[gameepisode][gamemap] != 0)
  3.      {                           // Unarchive map
  4.          SV_LoadMap();
  5.      }
  6. @@ -532,6 +534,7 @@
  7.              }
  8.          }
  9.      }
  10. +    lvl[gameepisode][gamemap] = 1;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement