Changeset 525

Show
Ignore:
Timestamp:
04/27/08 13:34:30 (9 months ago)
Author:
LeoD
Message:

fixed wrong module statement

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/defend/game/net/Server.d

    r524 r525  
    114114                        // man, wtf 
    115115                        Thread.sleep(2); 
     116                        continue; 
    116117                    } 
    117118                 
  • trunk/src/defend/objects/types/Unit.d

    r524 r525  
    499499    void resetAttackCounter() 
    500500    { 
    501         Stdout("setting counter to ")(cast(int)property(Property.AttackSpeed)).newline; 
     501        //Stdout("setting counter to ")(cast(int)property(Property.AttackSpeed)).newline; 
    502502     
    503503        attackCounter = cast(int)property(Property.AttackSpeed); 
  • trunk/src/gen/rend/Window.d

    r465 r525  
    1 module gen.renderer.Window; 
     1module gen.rend.Window; 
    22 
    33import tango.io.Stdout;