diff options
| author | Ian C <ianc@noddybox.co.uk> | 2005-10-02 02:08:48 +0000 |
|---|---|---|
| committer | Ian C <ianc@noddybox.co.uk> | 2005-10-02 02:08:48 +0000 |
| commit | 7ff4818c925a84230b5f5386fd90198f6419044a (patch) | |
| tree | 89cd6d69782cff39ce8a27cc6d36fa3f9b1e256f /level.bmx | |
| parent | 2f3aeb2c37136463c73a1df65797d7996b6f6034 (diff) | |
Added initial Menu code.
Diffstat (limited to 'level.bmx')
| -rw-r--r-- | level.bmx | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -286,4 +286,15 @@ Type TLevelSet Return True End Method + + Method Get:TLevel(i:Int) + Local tl:TLink=level.FirstLink() + + While i>0 And tl<>Null + i:-1 + tl=tl.NextLink() + Wend + + Return TLevel(tl.Value()) + End Method End Type |
