Author: tschmitz
Date: Tue Aug 2 12:13:11 2011
New Revision: 50553
URL: http://svn.gna.org/viewcvs/wesnoth?rev=50553&view=rev
Log:
Changed indentation.
Modified:
trunk/src/whiteboard/attack.hpp
Modified: trunk/src/whiteboard/attack.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/whiteboard/attack.hpp?rev=50553&r1=50552&r2=50553&view=diff
==============================================================================
--- trunk/src/whiteboard/attack.hpp (original)
+++ trunk/src/whiteboard/attack.hpp Tue Aug 2 12:13:11 2011
@@ -56,20 +56,20 @@
virtual config to_config() const;
private:
- void init();
+ void init();
- virtual void do_hide() {invalidate();}
- virtual void do_show() {invalidate();}
+ virtual void do_hide() {invalidate();}
+ virtual void do_show() {invalidate();}
- ///invalidates the move-destination and attack-target hexes
- void invalidate();
+ ///invalidates the move-destination and attack-target hexes
+ void invalidate();
- ///the target of the attack
- map_location target_hex_;
+ ///the target of the attack
+ map_location target_hex_;
- int weapon_choice_;
- int attack_movement_cost_;
- int temp_movement_subtracted_;
+ int weapon_choice_;
+ int attack_movement_cost_;
+ int temp_movement_subtracted_;
};
/** Dumps an attack on a stream, for debug purposes. */
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits