fixed order of pickup ids

This commit is contained in:
Magnus Auvinen 2008-09-04 21:54:21 +00:00
parent fa266334fd
commit 4fb71c1bca

View file

@ -6,7 +6,7 @@ GameFlags = ["TEAMS", "FLAGS"]
Emoticons = [str(x) for x in xrange(1,16)]
Powerups = ["ARMOR", "HEALTH", "WEAPON", "NINJA"]
Powerups = ["HEALTH", "ARMOR", "WEAPON", "NINJA"]
RawHeader = '''
enum