]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_timer.c
updated the copyleft wwww i am not deAD! i just been 2 busy last 6 monthes
[16.git] / src / lib / 16_timer.c
index c1716567221b88c3ce711dc9e2ad9b644ed69d0f..636a071df8006cee290aa39080333467b4c20eeb 100755 (executable)
@@ -1,5 +1,5 @@
 /* Project 16 Source Code~\r
- * Copyright (C) 2012-2017 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover\r
+ * Copyright (C) 2012-2018 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover\r
  *\r
  * This file is part of Project 16.\r
  *\r
@@ -29,7 +29,7 @@ clock_t start_timer(global_game_variables_t *gv)
        gv->kurokku.t = clock();\r
        gv->kurokku.tiku = 0; gv->video.sfip = 0;\r
        gv->kurokku.clock_start = *clockw;\r
-       gv->kurokku.clock = clockw;\r
+       gv->kurokku.clock = (word *)clockw;\r
        gv->kurokku.wcpu = WCPU_detectcpu();\r
 \r
        //turn this off if XT\r
@@ -70,6 +70,7 @@ double time_in_seconds(global_game_variables_t *gv)
        return (in_t) / CLOCKS_PER_SEC;\r
 }*/\r
 \r
+#if 0\r
 /*     sync    */\r
 void shinkutxt(global_game_variables_t *gv)\r
 {\r
@@ -96,7 +97,7 @@ void shinkutxt(global_game_variables_t *gv)
 //     }\r
 }\r
 \r
-#if 0\r
+//#if 0\r
 void WaitPee()\r
 {\r
     while(inp(INPUT_STATUS_1)  & 8)  {\r