~z-man/armagetronad/0.2.8-armagetronad-sty+ct

« back to all changes in this revision

Viewing changes to src/tron/gHud.cpp

  • Committer: Manuel Moos
  • Date: 2020-03-08 10:07:42 UTC
  • mfrom: (563.24.393 source)
  • Revision ID: z-man@users.sf.net-20200308100742-ax3qwhjs0n5zr7l5
Merge with mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
#include "gGame.h"
41
41
#include "tRecorder.h"
42
42
 
43
 
#include <rRender.h>
 
43
#include "rRender.h"
44
44
#include <math.h>
45
45
#include "gCycle.h"
46
46
#include <time.h>
555
555
    // Show the time
556
556
    if(showTime) {
557
557
        static int lastTime=0;
558
 
        static char theTime[13];
 
558
        static char theTime[13*3];
559
559
        float size =.15;
560
560
        struct tm* thisTime;
561
561
        time_t rawtime;