mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-07 13:41:32 +00:00
fd24524e13
I really need to sort out some test automation.
7 lines
73 B
R
7 lines
73 B
R
integer dead_block (integer x)
|
|
{
|
|
if (x)
|
|
return 4;
|
|
else
|
|
return 6;
|
|
}
|