mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2025-05-30 16:41:03 +00:00
Move MAX_THREADS as define to BuildDefines.h
This commit is contained in:
parent
efbd47f4bc
commit
3c2c603cf4
2 changed files with 4 additions and 1 deletions
|
@ -147,3 +147,7 @@ DOOM III gold: 33
|
|||
// special game init ids
|
||||
#define GAME_INIT_ID_INVALID (-1)
|
||||
#define GAME_INIT_ID_MAP_LOAD (-2)
|
||||
|
||||
// threads
|
||||
|
||||
#define MAX_THREADS (10)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue