1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-06 04:17:58 +00:00

improved SDL_GetTicks without SDL, and getticks() replaced with it

This commit is contained in:
Zeno Rogue
2018-07-23 05:16:16 +02:00
parent ba92dd4b32
commit ce08ec2a1f
4 changed files with 14 additions and 15 deletions

View File

@@ -276,8 +276,6 @@ void shareScore(MOBPAR_FORMAL) {
env->DeleteLocalRef(cls);
}
int nticks; int getticks() { return nticks; }
extern "C" void Java_com_roguetemple_hyperroid_HyperRogue_draw(MOBPAR_FORMAL) {
// if(debfile) fprintf(debfile, "draw started.\n"), fflush(debfile);