PiRSquared17 / quadra

Automatically exported from code.google.com/p/quadra
0 stars 0 forks source link

-hotpotato option does not work as expected #38

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Submitted by Patrick Aaltonen (pihvi):

When -hotpotato is used as a command line option with
quadra, it does not run as if you create a hotpotato
server from the quadra gui.
It's because PRESET_HOT_POTATO in game.cpp sets
potato_normal_attack and potato_clean_attack to
ATTACK_NONE, while it should have been normal_attack
and clean_attack that were set to this.

Original issue reported on code.google.com by pphaneuf on 31 Mar 2008 at 3:24