Revision 63eb58c...

Go back to digest for 10th June 2012

Bug Fixes in Educational

Andreas Cord-Landwehr committed changes in [rocs] src/Scripts/IncludeManager.cpp:

Do not remove comments from script before starting engine.

The include-script method removed all comment lines before the script
file was given to the engine. This caused that the line numbers of
script errors, possibly given back by the engine and displayed at the
debug output, were wrong.
This partily fixes the problem for script files _without_ includes.

File Changes

Modified 1 files
  • src/Scripts/IncludeManager.cpp
1 files changed in total