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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user