Documentation: fixed broken link; borders of empty cells were not shown in Action table.

This commit is contained in:
MaxED 2013-08-19 12:22:26 +00:00
parent 5853624dc5
commit d09c7b3944
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@
<div id="gz_title"><h1>GZDoom Builder Actions Reference</h1>
</div>
<div id="contents"><table bgcolor="#FFFFFF" width="100%" border="1" cellspacing="0" cellpadding="6" style="font-family: 'Trebuchet MS',georgia,Verdana,Sans-serif;">
<div id="contents"><table bgcolor="#FFFFFF" width="100%" border="1" cellspacing="0" cellpadding="6" style="font-family: 'Trebuchet MS',georgia,Verdana,Sans-serif; border-collapse:collapse;">
<tr><td colspan="4" bgcolor="#333333"><strong style="color:#FFFFFF">Classic Modes</strong></td></tr>
<tr><td width="240px;"><strong>Action</strong></td><td width="120px;"><div align="center"><strong>Shortcut</strong></div></td><td width="120px;"><div align="center"><strong>Modifiers</strong></div></td><td><strong>Description</strong></td></tr>
<tr>

View file

@ -164,7 +164,7 @@
<li>New action: &quot;<strong><a href="../actions.html#rendering">Toggle fog rendering</a></strong>&quot;.</li>
<li>New action: &quot;<strong><a href="../actions.html#rendering">Toggle models rendering</a></strong>&quot;.</li>
<li>New action: &quot;<strong><a href="../actions.html#rendering">Toggle GZDoom effects</a></strong>&quot;.</li>
<li><a href="general/event_lines.html">Event lines</a> for PatrolPoints, cameras and InterpolationPoints.</li>
<li><a href="all_modes/event_lines.html">Event lines</a> for PatrolPoints, cameras and InterpolationPoints.</li>
<li>Translucent 3D floors are rendered correctly.</li>
<li>Things with zero Height and Radius are rendered.</li>
<li>Plane Copy effect (118) is supported.</li>