Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
Reduce max raw resource site count.
Browse files Browse the repository at this point in the history
It seems like 14 is a bit much, so will go with what's in 7k2hd.
  • Loading branch information
the3dfxdude committed Sep 22, 2023
1 parent 3701006 commit 3c1f7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/GAMEDEF.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ enum { COMMAND_PLAYER=0, COMMAND_REMOTE=1, COMMAND_AI, COMMAND_AUTO };
#define SPY_KILLED_REPUTATION_DECREASE 3

#define MIN_RAW_RES_SITE 1
#define MAX_RAW_RES_SITE 14
#define MAX_RAW_RES_SITE 10

//-----------------------------------------------//

Expand Down

0 comments on commit 3c1f7da

Please sign in to comment.