fixes some errors, forgot to save the files lol

This commit is contained in:
Lorenc Pekaj 2018-09-19 11:25:10 +10:00
parent 4b546c9d88
commit 46dedc1192
2 changed files with 2 additions and 3 deletions

View File

@ -35,7 +35,7 @@ static stock
Iterator: trees < MAX_TREES >, Iterator: trees < MAX_TREES >,
g_LogCountObject = INVALID_OBJECT_ID, g_LogCountObject = INVALID_OBJECT_ID,
g_LogsInStock = 0, g_LogsInStock = 0,
g_LumberjackCP = -1, g_LumberjackCP = -1
; ;
/* ** Hooks ** */ /* ** Hooks ** */

View File

@ -16,7 +16,7 @@
#pragma option -d3 #pragma option -d3
#pragma dynamic 7200000 #pragma dynamic 7200000
//#define DEBUG_MODE #define DEBUG_MODE
#if defined DEBUG_MODE #if defined DEBUG_MODE
#pragma option -d3 #pragma option -d3
@ -3187,7 +3187,6 @@ public ZoneTimer( )
CreateFire( ); CreateFire( );
RenewWeed( ); RenewWeed( );
PlayerPlaceRandomHits( ); PlayerPlaceRandomHits( );
Lumberjack_RecreateTrees( );
foreach(new p : Player) { foreach(new p : Player) {
if ( !p_VIPLevel[ p ] && !IsPlayerUsingRadio( p ) ) { if ( !p_VIPLevel[ p ] && !IsPlayerUsingRadio( p ) ) {