/[PAMELA software]/DarthVader/AnticounterLevel2/src/AcLevel2.cpp
ViewVC logotype

Diff of /DarthVader/AnticounterLevel2/src/AcLevel2.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by mocchiut, Fri May 19 13:16:00 2006 UTC revision 1.2 by mocchiut, Fri Jun 30 09:21:50 2006 UTC
# Line 15  AcLevel2::AcLevel2() { Line 15  AcLevel2::AcLevel2() {
15    hitstatus[1]=0;    hitstatus[1]=0;
16    trigger[1]=0;    trigger[1]=0;
17  }  }
18    
19    void AcLevel2::Clear(){
20      status[0]=0;
21      hitmap[0]=0;
22      hitstatus[0]=0;
23      trigger[0]=0;
24      status[1]=0;
25      hitmap[1]=0;
26      hitstatus[1]=0;
27      trigger[1]=0;
28    }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.23