mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-12 08:04:25 +00:00
8 lines
73 B
R
8 lines
73 B
R
|
integer dead_block (integer x)
|
||
|
{
|
||
|
if (x)
|
||
|
return 4;
|
||
|
else
|
||
|
return 6;
|
||
|
}
|