updated line hack comment

git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@424 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
w1z7ard
2007-09-10 00:59:49 +00:00
parent 7b7930c8bf
commit 8b2b343732

View File

@ -161,8 +161,9 @@ token_t Parser::parseToken(std::istream & fs, char * string)
// the first equals sign on that line.
//
// We can safely assume the next line must be part of the token if we allow the
// semi colon to be a guaranteed delimiter in the grammar for all equation-based lines
// This IS assumed here.
// semi colon to be a guaranteed delimiter in the grammar for all equation-based lines.
// This IS NO LONGER assumed here. Instead, we check if the next line prefix
// matches with the previous line prefix. If it passes a simple comparison, we wrap around.
if (tokenWrapAroundEnabled)
{