summaryrefslogtreecommitdiffstats
path: root/game/code/constants/maxnpccharacters.h
blob: 8c02ad9f764cd4aca0542113ed640c2a55e0687f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//=============================================================================
// Copyright (C) 2002 Radical Entertainment Ltd.  All rights reserved.
//
// File:        maxnpccharacters.h
//
// Description: Blahblahblah
//
// History:     created Sept 6, 2002 - gmayer   
//
//=============================================================================

#ifndef MAXNPCCHARACTERS_H
#define MAXNPCCHARACTERS_H


const int MAX_NPC_CHARACTERS = 6;


#endif //MAXNPCCHARACTERS_H