Changeset 2031


Ignore:
Timestamp:
Oct 19, 2012, 6:13:45 PM (11 years ago)
Author:
sam
Message:

camera: deactivate WASD code for camera movement.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/camera.cpp

    r1724 r2031  
    9292    WorldEntity::TickGame(seconds);
    9393
     94#if 0
    9495    /* Hackish keyboard support */
    9596    float updown = 2.f * (Input::GetButtonState('w')
     
    102103                             - Input::GetButtonState('f'));
    103104
    104 #if 0
    105105    /* Hackish stick support */
    106106    static Stick *stick = NULL;
Note: See TracChangeset for help on using the changeset viewer.