Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 90582 | Differences between
and this patch

Collapse All | Expand All

(-)gamelogic.cpp.orig (-1 / +1 lines)
Lines 156-162 Link Here
156
		levelFile = NULL;
156
		levelFile = NULL;
157
	}
157
	}
158
158
159
	currentMap = NULL;
159
	currentMap = gameLevels.begin();
160
160
161
	playerName = new char[32+1];
161
	playerName = new char[32+1];
162
	strcpy( playerName, "nobody" );
162
	strcpy( playerName, "nobody" );

Return to bug 90582