fixes some errors, forgot to save the files lol
This commit is contained in:
parent
4b546c9d88
commit
46dedc1192
@ -35,7 +35,7 @@ static stock
|
||||
Iterator: trees < MAX_TREES >,
|
||||
g_LogCountObject = INVALID_OBJECT_ID,
|
||||
g_LogsInStock = 0,
|
||||
g_LumberjackCP = -1,
|
||||
g_LumberjackCP = -1
|
||||
;
|
||||
|
||||
/* ** Hooks ** */
|
||||
|
@ -16,7 +16,7 @@
|
||||
#pragma option -d3
|
||||
#pragma dynamic 7200000
|
||||
|
||||
//#define DEBUG_MODE
|
||||
#define DEBUG_MODE
|
||||
|
||||
#if defined DEBUG_MODE
|
||||
#pragma option -d3
|
||||
@ -3187,7 +3187,6 @@ public ZoneTimer( )
|
||||
CreateFire( );
|
||||
RenewWeed( );
|
||||
PlayerPlaceRandomHits( );
|
||||
Lumberjack_RecreateTrees( );
|
||||
|
||||
foreach(new p : Player) {
|
||||
if ( !p_VIPLevel[ p ] && !IsPlayerUsingRadio( p ) ) {
|
||||
|
Loading…
Reference in New Issue
Block a user