/minild29

To get this branch, use:
bzr branch http://9ix.org/bzr/minild29

« back to all changes in this revision

Viewing changes to Dark.cpp

  • Committer: Josh C
  • Date: 2011-09-18 22:45:40 UTC
  • Revision ID: josh@9ix.org-20110918224540-ygbklhbeh2j27fn7
big yellow ping

Show diffs side-by-side

added added

removed removed

Lines of Context:
208
208
            maxspeed = 0; // give them a running start
209
209
            sniff->Stop();
210
210
            freakout->Play();
211
 
            // TODO: big yellow ping
 
211
            Ping::NewPing(position, 8.0f, 64.0f, 0.15f); 
212
212
            aiTime = 0.0f;
213
213
            noiseTime = 0.0f;
214
214
          }
244
244
            aiTime = 0.0f;
245
245
            if (noiseTime > 2.0f) {
246
246
              freakout->Play();
247
 
              // TODO: big yellow ping
 
247
              Ping::NewPing(position, 8.0f, 64.0f, 0.15f);
248
248
              noiseTime = 0.0f;
249
249
            }
250
250
          }