Changeset 1533


Ignore:
Timestamp:
09/30/02 10:59:59 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1529 r1533  
    11                                                                  -*-*- END -*-*-
     2
     3 2002/09/16: Thomas Bretz
     4
     5   * mtools/MagicSnake.cc:
     6     - removed some debugging output
     7     - fixed a small bug in the initialization
     8
     9
    210
    311 2002/09/16: Thomas Bretz
  • trunk/MagicSoft/Mars/mtools/MagicSnake.cc

    r1439 r1533  
    342342    }
    343343
     344    (*fGeomCam)[0].SetBit(kHasWorm);
     345
    344346    fNumBombs = fNumPixels/30;
    345347
     
    618620    Update();
    619621
    620     cout << "Update " << flush;
     622    //cout << "Update " << flush;
    621623
    622624    fDrawingPad->Modified();
    623625    fDrawingPad->Update();
    624626
    625     cout << "Done." << endl;
     627    //cout << "Done." << endl;
    626628
    627629    return kTRUE;
Note: See TracChangeset for help on using the changeset viewer.