Changeset 2031
- Timestamp:
- Oct 19, 2012, 6:13:45 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/camera.cpp
r1724 r2031 92 92 WorldEntity::TickGame(seconds); 93 93 94 #if 0 94 95 /* Hackish keyboard support */ 95 96 float updown = 2.f * (Input::GetButtonState('w') … … 102 103 - Input::GetButtonState('f')); 103 104 104 #if 0105 105 /* Hackish stick support */ 106 106 static Stick *stick = NULL;
Note: See TracChangeset
for help on using the changeset viewer.