From 911d5562f666c07203870df63927f0cfd4ea8686 Mon Sep 17 00:00:00 2001 From: Pan Date: Tue, 16 Jan 2018 13:12:13 +0100 Subject: [PATCH] Extra donotenterlarge surfaceparm for nonotenterlarge --- tools/quake3/q3map2/game_wolf.h | 1 + tools/quake3/q3map2/game_wolfet.h | 1 + tools/urt/tools/quake3/q3map2/game_wolf.h | 1 + tools/urt/tools/quake3/q3map2/game_wolfet.h | 1 + 4 files changed, 4 insertions(+) diff --git a/tools/quake3/q3map2/game_wolf.h b/tools/quake3/q3map2/game_wolf.h index ddb3e7d1..5d600612 100644 --- a/tools/quake3/q3map2/game_wolf.h +++ b/tools/quake3/q3map2/game_wolf.h @@ -182,6 +182,7 @@ { "clusterportal", W_CONT_CLUSTERPORTAL, W_CONT_SOLID, 0, 0, C_TRANSLUCENT, C_SOLID }, { "donotenter", W_CONT_DONOTENTER, W_CONT_SOLID, 0, 0, C_TRANSLUCENT, C_SOLID }, { "nonotenterlarge",W_CONT_DONOTENTER_LARGE, W_CONT_SOLID, 0, 0, C_TRANSLUCENT, C_SOLID }, + { "donotenterlarge",W_CONT_DONOTENTER_LARGE, W_CONT_SOLID, 0, 0, C_TRANSLUCENT, C_SOLID }, { "fog", W_CONT_FOG, W_CONT_SOLID, 0, 0, C_FOG, C_SOLID }, { "sky", 0, 0, W_SURF_SKY, 0, C_SKY, 0 }, diff --git a/tools/quake3/q3map2/game_wolfet.h b/tools/quake3/q3map2/game_wolfet.h index 48fcf6e3..fbcb6966 100644 --- a/tools/quake3/q3map2/game_wolfet.h +++ b/tools/quake3/q3map2/game_wolfet.h @@ -119,6 +119,7 @@ { "clusterportal", W_CONT_CLUSTERPORTAL, W_CONT_SOLID, 0, 0, C_TRANSLUCENT, C_SOLID }, { "donotenter", W_CONT_DONOTENTER, W_CONT_SOLID, 0, 0, C_TRANSLUCENT, C_SOLID }, { "nonotenterlarge",W_CONT_DONOTENTER_LARGE, W_CONT_SOLID, 0, 0, C_TRANSLUCENT, C_SOLID }, + { "donotenterlarge",W_CONT_DONOTENTER_LARGE, W_CONT_SOLID, 0, 0, C_TRANSLUCENT, C_SOLID }, { "fog", W_CONT_FOG, W_CONT_SOLID, 0, 0, C_FOG, C_SOLID }, { "sky", 0, 0, W_SURF_SKY, 0, C_SKY, 0 }, diff --git a/tools/urt/tools/quake3/q3map2/game_wolf.h b/tools/urt/tools/quake3/q3map2/game_wolf.h index cac3028c..56667d9f 100644 --- a/tools/urt/tools/quake3/q3map2/game_wolf.h +++ b/tools/urt/tools/quake3/q3map2/game_wolf.h @@ -183,6 +183,7 @@ { "clusterportal", W_CONT_CLUSTERPORTAL, W_CONT_SOLID, 0, 0, C_TRANSLUCENT, C_SOLID }, { "donotenter", W_CONT_DONOTENTER, W_CONT_SOLID, 0, 0, C_TRANSLUCENT, C_SOLID }, { "nonotenterlarge",W_CONT_DONOTENTER_LARGE, W_CONT_SOLID, 0, 0, C_TRANSLUCENT, C_SOLID }, + { "donotenterlarge",W_CONT_DONOTENTER_LARGE, W_CONT_SOLID, 0, 0, C_TRANSLUCENT, C_SOLID }, { "fog", W_CONT_FOG, W_CONT_SOLID, 0, 0, C_FOG, C_SOLID }, { "sky", 0, 0, W_SURF_SKY, 0, C_SKY, 0 }, diff --git a/tools/urt/tools/quake3/q3map2/game_wolfet.h b/tools/urt/tools/quake3/q3map2/game_wolfet.h index 485d7b97..125c633a 100644 --- a/tools/urt/tools/quake3/q3map2/game_wolfet.h +++ b/tools/urt/tools/quake3/q3map2/game_wolfet.h @@ -120,6 +120,7 @@ { "clusterportal", W_CONT_CLUSTERPORTAL, W_CONT_SOLID, 0, 0, C_TRANSLUCENT, C_SOLID }, { "donotenter", W_CONT_DONOTENTER, W_CONT_SOLID, 0, 0, C_TRANSLUCENT, C_SOLID }, { "nonotenterlarge",W_CONT_DONOTENTER_LARGE, W_CONT_SOLID, 0, 0, C_TRANSLUCENT, C_SOLID }, + { "donotenterlarge",W_CONT_DONOTENTER_LARGE, W_CONT_SOLID, 0, 0, C_TRANSLUCENT, C_SOLID }, { "fog", W_CONT_FOG, W_CONT_SOLID, 0, 0, C_FOG, C_SOLID }, { "sky", 0, 0, W_SURF_SKY, 0, C_SKY, 0 },