X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_head.h;h=bc25498a25c732936b6bcde9e77123398263d8d6;hb=d280f25c9633d068fd3e106f2418e59ace6da2f1;hp=417b9f3eb088949fe585295e1ad480e039e8ef5d;hpb=0f1f17dc05c1f9530651580fc5c23b121b8969ab;p=16.git diff --git a/src/lib/16_head.h b/src/lib/16_head.h index 417b9f3e..bc25498a 100755 --- a/src/lib/16_head.h +++ b/src/lib/16_head.h @@ -184,17 +184,16 @@ typedef struct { word frames_per_second; clock_t t; - word tiku; //frames passed + dword tiku; //frames passed word clock_start; //timer start word *clock; //current time on clock boolean fpscap; //cap the fps var } kurokku_t; -static boolean testkeyin,testcontrolnoisy; - typedef struct { int old_mode; //old video mode before game! + byte *pee; // message for fps handle_t handle; //handles for file logging kurokku_t kurokku; //clock struct } global_game_variables_t;