Fixed garbage left from an incorrectly resolved conflict.
git-svn-id: http://openexile.googlecode.com/svn/trunk@65 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
@@ -329,12 +329,9 @@ bool check_special_terrain(location where_check,short mode,short which_pc,short
|
||||
case DAMAGE_DEMON:
|
||||
add_string_to_buf(" A dark wind blows through you!");
|
||||
pic_type = 1; // TODO: Verify that this is correct
|
||||
<<<<<<< .mine
|
||||
default:
|
||||
break;
|
||||
=======
|
||||
default:
|
||||
break;
|
||||
>>>>>>> .r62
|
||||
}
|
||||
r1 = get_ran(ter_flag2,dam_type,ter_flag1);
|
||||
if (mode < 2)
|
||||
|
||||
Reference in New Issue
Block a user