Changeset 525
- Timestamp:
- 04/27/08 13:34:30 (9 months ago)
- Files:
-
- trunk/src/defend/game/net/Server.d (modified) (1 diff)
- trunk/src/defend/objects/types/Unit.d (modified) (1 diff)
- trunk/src/gen/rend/Window.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/defend/game/net/Server.d
r524 r525 114 114 // man, wtf 115 115 Thread.sleep(2); 116 continue; 116 117 } 117 118 trunk/src/defend/objects/types/Unit.d
r524 r525 499 499 void resetAttackCounter() 500 500 { 501 Stdout("setting counter to ")(cast(int)property(Property.AttackSpeed)).newline;501 //Stdout("setting counter to ")(cast(int)property(Property.AttackSpeed)).newline; 502 502 503 503 attackCounter = cast(int)property(Property.AttackSpeed); trunk/src/gen/rend/Window.d
r465 r525 1 module gen.rend erer.Window;1 module gen.rend.Window; 2 2 3 3 import tango.io.Stdout;
