~ubuntu-branches/ubuntu/jaunty/openarena/jaunty

« back to all changes in this revision

Viewing changes to code/null/null_client.c

  • Committer: Bazaar Package Importer
  • Author(s): Bruno "Fuddl" Kleinert, Bruno "Fuddl" Kleinert
  • Date: 2008-04-24 14:33:54 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080424143354-0cuxsalv98ajw2js
Tags: 0.7.6-1
[ Bruno "Fuddl" Kleinert ]
* New upstream release
* Freshen 10_fix_build_and_binary_on_alpha.dpatch to apply to latest
  upstream sources
* Remove 10-fix_menudef.h_includes.dpatch which pulled in a missing header
  file. The header is now included in the upstream tarball.
* Remove debian/watch, because upstream places its new releases too often to
  different download locations
* Updated debian/copyright to reflect the download location
* Expand copyright years in debian/copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
}
54
54
 
55
55
qboolean CL_GameCommand( void ) {
56
 
  return qfalse; // bk001204 - non-void
 
56
  return qfalse;
57
57
}
58
58
 
59
59
void CL_KeyEvent (int key, qboolean down, unsigned time) {
81
81
void CL_FlushMemory( void ) {
82
82
}
83
83
 
84
 
void CL_StartHunkUsers( void ) {
 
84
void CL_StartHunkUsers( qboolean rendererOnly ) {
85
85
}
86
86
 
87
 
// bk001119 - added new dummy for sv_init.c
88
 
void CL_ShutdownAll(void) {};
 
87
void CL_ShutdownAll(void) {}
89
88
 
90
 
// bk001208 - added new dummy (RC4)
91
89
qboolean CL_CDKeyValidate( const char *key, const char *checksum ) { return qtrue; }