Changeset 539
- Timestamp:
- 02/22/10 22:45:56 (5 months ago)
- Files:
-
- 1 modified
-
branches/cpp-ode/src/libmmpong/netgame_ode_pong.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/cpp-ode/src/libmmpong/netgame_ode_pong.cc
r538 r539 192 192 { 193 193 LOGWARN("CmdGameCustom not yet used for client => server communication"); 194 return false; 194 return true; 195 //wanna kick it? 196 //return false; 195 197 } 196 198 break;
