~ubuntu-branches/ubuntu/maverick/crossfire-client/maverick

« back to all changes in this revision

Viewing changes to common/player.c

  • Committer: Bazaar Package Importer
  • Author(s): Kari Pahula
  • Date: 2007-04-13 21:15:44 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070413211544-vjo6zesj6g0wgmwf
Tags: 1.10.0-1
* New upstream release
* Install the README, README-dev and TODO files specific to the GTK2
  client to the corresponding package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
const char *rcsid_common_player_c =
2
 
    "$Id: player.c,v 1.19 2006/02/23 20:18:28 akirschbaum Exp $";
 
2
    "$Id: player.c 5010 2006-10-07 18:29:47Z qal21 $";
3
3
/*
4
4
    Crossfire client, a client program for the crossfire program.
5
5
 
23
23
*/
24
24
 
25
25
 
 
26
#ifdef WIN32
 
27
#include <windows.h>
 
28
#endif
26
29
#include <client.h>
27
30
#include <external.h>
28
31
#include <script.h>
222
225
        }
223
226
        else {
224
227
            SockList sl;
225
 
            char buf[MAX_BUF];
 
228
            uint8 buf[MAX_BUF];
226
229
 
227
230
            /* Don't want to copy in administrative commands */
228
231
            if (!must_send) strcpy(last_command, command);