Skip to content

Commit

Permalink
Fixed|libcommon: Removed leftover merge artefacts in p_switch.c
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Sep 28, 2012
1 parent 8541764 commit 9eb6d61
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions doomsday/plugins/common/src/p_switch.c
Expand Up @@ -261,13 +261,8 @@ void P_InitSwitchList(void)
Str_Free(&path);
Uri_Delete(uri);

<<<<<<< HEAD
if(lumpNum > 0)
W_CacheChangeTag(lumpNum, PU_CACHE);
=======
if(lumpNum >= 0)
W_UnlockLump(lumpNum);
>>>>>>> dde7d0f... Fixed|libcommon: Failed read SWITCHES lumps at directory index #0
W_CacheChangeTag(lumpNum, PU_CACHE);

numswitches = index / 2;
switchlist[index] = 0;
Expand Down

0 comments on commit 9eb6d61

Please sign in to comment.