diff options
author | Rene Stoeckel <[email protected]> | 2006-08-20 21:47:36 +0000 |
---|---|---|
committer | Rene Stoeckel <[email protected]> | 2006-08-20 21:47:36 +0000 |
commit | f33afade0c1201fb610eb6abc9a33cbeb553a43e (patch) | |
tree | e93f76587a9c5b2b2bba4b6a6afc54577e008511 /src/jake2/render/mmodel_t.java | |
parent | 5a34a42ce231754c5e7a92fa9dd60ac510136274 (diff) |
cosmetic
Diffstat (limited to 'src/jake2/render/mmodel_t.java')
-rw-r--r-- | src/jake2/render/mmodel_t.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/jake2/render/mmodel_t.java b/src/jake2/render/mmodel_t.java index 53ad985..ccaa4ad 100644 --- a/src/jake2/render/mmodel_t.java +++ b/src/jake2/render/mmodel_t.java @@ -19,13 +19,14 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ // Created on 20.11.2003 by RST. -// $Id: mmodel_t.java,v 1.1 2004-07-07 19:59:35 hzi Exp $ +// $Id: mmodel_t.java,v 1.2 2006-08-20 21:47:36 salomo Exp $ package jake2.render; public class mmodel_t { - public float[] mins = { 0, 0, 0 }, maxs = { 0, 0, 0 }; + public float[] mins = { 0, 0, 0 }; + public float[] maxs = { 0, 0, 0 }; public float[] origin = { 0, 0, 0 }; // for sounds or lights public float radius; public int headnode; |