New SCT_BUDG_MAX

This commit is contained in:
Markus Armbruster 2009-02-20 18:21:37 +01:00
parent 48ff09664b
commit 1f60baf818
3 changed files with 4 additions and 3 deletions

View file

@ -38,6 +38,7 @@
#include "item.h"
#define SCT_EFFIC (SCT_TYPE_MAX + 1)
#define SCT_BUDG_MAX SCT_EFFIC
struct bp *bp_alloc(void);
void bp_set_from_sect(struct bp *, struct sctstr *);