diff options
Diffstat (limited to 'engines/neverhood/module1000.cpp')
| -rw-r--r-- | engines/neverhood/module1000.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engines/neverhood/module1000.cpp b/engines/neverhood/module1000.cpp index c7c3fb227e..caa446639b 100644 --- a/engines/neverhood/module1000.cpp +++ b/engines/neverhood/module1000.cpp @@ -1597,7 +1597,7 @@ FontSurface *Scene1005::createFontSurface() {  	uint16 charWidth = fontData.getPoint(calcHash("meCharWidth")).x;  	uint16 charHeight = fontData.getPoint(calcHash("meCharHeight")).x;  	NPointArray *tracking = fontData.getPointArray(calcHash("meTracking")); -	fontSurface = new FontSurface(_vm, tracking, numRows, firstChar, charWidth, charHeight);	 +	fontSurface = new FontSurface(_vm, *tracking, numRows, firstChar, charWidth, charHeight);	  	if (getGlobalVar(V_ENTRANCE_OPEN)) {  		fontSprite.load2(0x283CE401);  	} else { | 
