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