Initialize strategy (for linux)

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@1260 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 80e3f681a66cf7794173c89f2d757aa88ad717da
Former-commit-id: b4573136cc0472576e08bcdf70576704c5ed47c6
This commit is contained in:
wdbee 2009-08-08 12:50:23 +00:00
parent 733d0dd3dc
commit a09f7891c1

View file

@ -47,6 +47,7 @@ SimpleStrategy::SimpleStrategy() :
teamIndex = 0;
releasePit = false;
#endif
strategy = STRATEGY_DESPERATE;
}