Skip to content
Snippets Groups Projects
Commit 404b5f66 authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

SRB2 2.1.12 release

parent 3fe4921a
Branches
Tags SRB2_release_2.1.12
No related merge requests found
Showing
with 2 additions and 2 deletions
doc/manual/dsz.png

31.4 KiB

doc/manual/eggbox.png

1.13 KiB

doc/manual/eggman.png

10.4 KiB

doc/manual/emblem.png

1.33 KiB

doc/manual/fan.png

1.06 KiB

doc/manual/gfz.png

19 KiB

doc/manual/gshield.png

1.09 KiB

doc/manual/invc.png

1.09 KiB

doc/manual/knuckles.png

12.7 KiB

doc/manual/koneup.png

1.46 KiB

...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
doc = doc || document; doc = doc || document;
// from http://stackoverflow.com/questions/1145850/get-height-of-entire-document-with-javascript // from http://stackoverflow.com/questions/1145850/get-height-of-entire-document-with-javascript
var body = doc.body, html = doc.documentElement; var body = doc.body, html = doc.documentElement;
var height = Math.max( body.scrollHeight, body.offsetHeight, var height = Math.max( body.scrollHeight, body.offsetHeight,
html.clientHeight, html.scrollHeight, html.offsetHeight ); html.clientHeight, html.scrollHeight, html.offsetHeight );
return height; return height;
} }
...@@ -65,4 +65,4 @@ ...@@ -65,4 +65,4 @@
<iframe id="ifrm" name="ifrm" src="intro.htm" onload="setIframeHeight(this.id)"> </iframe> <iframe id="ifrm" name="ifrm" src="intro.htm" onload="setIframeHeight(this.id)"> </iframe>
</p> </p>
</body> </body>
</html> </html>
\ No newline at end of file
doc/manual/match.png

6.01 KiB

doc/manual/metal.png

4.98 KiB

doc/manual/mixup.png

1.13 KiB

doc/manual/pit.png

4.02 KiB

doc/manual/platform.png

35.4 KiB

doc/manual/race.png

7.49 KiB

doc/manual/random.png

1.08 KiB

doc/manual/recycler.png

1.2 KiB

doc/manual/red_monitor.png

1.17 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment