~joerg-ehrichs/botrace/master

« back to all changes in this revision

Viewing changes to src/editor/boardscenarioscene.cpp

  • Committer: Jörg Ehrichs
  • Date: 2012-07-23 15:05:53 UTC
  • Revision ID: git-v1:a6b7190e6abe5a7dced58414516ab051070184c3
some build system/krazy fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
    m_description = scenario.description;
76
76
    m_author = scenario.author;
77
77
    m_email = scenario.email;
78
 
    //m_player = scenario.player; //TODO: calculate scenario players based on the availble starting points
 
78
    //m_player = scenario.player; //TODO: calculate scenario players based on the available starting points
79
79
    //m_difficulty = scenario.difficulty;
80
80
 
81
81
    foreach(const Core::Board_T & board, scenario.boardList) {