aboutsummaryrefslogtreecommitdiff
path: root/src/org/happysanta/gd/Game/k.java
blob: 7a4548265b96585cd7f56cc42b1b0b63443a5fbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
package org.happysanta.gd.Game;

// Decompiled by Jad v1.5.8f. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi 


import org.happysanta.gd.Menu.SimpleMenuElement;

public class k {

	public boolean m_doZ;
	public int m_aI;
	public int m_intI;
	public int m_forI;
	public int m_newI;
	public SimpleMenuElement m_ifan[];

	public k() {
		m_ifan = new SimpleMenuElement[6];
		for (int i = 0; i < 6; i++)
			m_ifan[i] = new SimpleMenuElement();

		_avV();
	}

	public void _avV() {
		m_aI = m_forI = m_newI = 0;
		m_doZ = true;
		for (int i = 0; i < 6; i++)
			m_ifan[i].init();

	}
}