1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-24 14:36:02 +00:00

split namespace conformal into models and history

This commit is contained in:
Zeno Rogue
2019-08-10 00:58:50 +02:00
parent 6ed530c50c
commit 5ea055b39e
25 changed files with 999 additions and 1630 deletions

View File

@@ -328,7 +328,7 @@ void mobile_draw(MOBPAR_FORMAL) {
mousex = vid.xres/2, mousey = vid.yres/2, mouseh = sphereflip * C0;
frames++;
conformal::configure();
models::configure();
if(ticks > lastt) tortoise::updateVals(ticks - lastt);