~ubuntu-branches/ubuntu/saucy/enigma/saucy

« back to all changes in this revision

Viewing changes to src/actors/KillerActor.cc

  • Committer: Package Import Robot
  • Author(s): Erich Schubert
  • Date: 2012-06-19 21:47:22 UTC
  • mfrom: (5.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20120619214722-o8v3jobogn60iw68
Tags: 1.10~~pre-alpha+r2236-1
* New upstream checkout. No release on the horizon, but well playable.
* Acknowledge NMUs. Thank you!
* Drop suggest on enigma-level-previews which are not available for 1.10
* Update policy version, no changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
    }
53
53
 
54
54
    ActorTraits Killer::traits[2] = {
55
 
        {"ac_killer_white", ac_killer_white, 1<<ac_killer_white, 13.0/64, 0.7},
56
 
        {"ac_killer_black", ac_killer_black, 1<<ac_killer_black, 13.0/64, 0.7}
 
55
        {"ac_killer_white", ac_killer_white, 1<<ac_killer_white, 13.0/64, 0.7f},
 
56
        {"ac_killer_black", ac_killer_black, 1<<ac_killer_black, 13.0/64, 0.7f}
57
57
    };
58
58
    
59
59
    BOOT_REGISTER_START