Extremely important whitespace fix

This was SVN commit r1623.
This commit is contained in:
Ykkrosh 2005-01-03 20:34:38 +00:00
parent bb8022e8c7
commit cff12c4127

View File

@ -397,7 +397,7 @@ JSBool startGame(JSContext* cx, JSObject* UNUSEDPARAM(globalObject), unsigned in
else if (!g_Game)
{
g_Game=new CGame();
g_Game->StartGame(&g_GameAttributes);
g_Game->StartGame(&g_GameAttributes);
}
*rval=BOOLEAN_TO_JSVAL(JS_TRUE);
return JS_TRUE;