Minor compiler error fix
When attempting to compile zone (step 10 in that handy guide you have to setting up a server), one will find that client_process.cpp has an error on line 5017. "int i is redefined" or something to that effect.
The complete line reads: Code:
for(int i = 0; i < 9; i++) Anyway. The point to this post is, line 5017 of client_process.cpp should be changed to: Code:
for(i = 0; i < 9; i++) |
lol,always seen that error,and still forgeting to remove it...will change that in some hours,sorry.
|
All times are GMT -4. The time now is 11:54 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.