From 3a799389ebf915cc59b6e85346d837621ebe771a Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 18 Jul 2008 16:40:29 +0000 Subject: (svn r13731) -Codechange: make a pool of the array of players. --- src/genworld.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/genworld.cpp') diff --git a/src/genworld.cpp b/src/genworld.cpp index 05e61b44a..dcbe15dbc 100644 --- a/src/genworld.cpp +++ b/src/genworld.cpp @@ -145,7 +145,7 @@ static void _GenerateWorld(void *arg) } ResetObjectToPlace(); - SetLocalPlayer(_gw.lp); + _local_player = _gw.lp; SetGeneratingWorldProgress(GWP_GAME_START, 1); /* Call any callback */ -- cgit v1.2.3-54-g00ecf