mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-23 17:30:42 +00:00
8 lines
73 B
R
8 lines
73 B
R
|
integer dead_block (integer x)
|
||
|
{
|
||
|
if (x)
|
||
|
return 4;
|
||
|
else
|
||
|
return 6;
|
||
|
}
|