mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-03-19 19:39:43 +00:00
crystal::rug:: correct centering
This commit is contained in:
@@ -956,6 +956,10 @@ void spinEdge(ld aspd) {
|
||||
}
|
||||
|
||||
void centerpc(ld aspd) {
|
||||
|
||||
if(geometry == gCrystal)
|
||||
crystal::centerrug(aspd);
|
||||
|
||||
if(ors::mode == 2 && vid.sspeed < 5) return;
|
||||
if(vid.sspeed >= 4.99) aspd = 1000;
|
||||
DEBB(DF_GRAPH, (debugfile,"center pc\n"));
|
||||
|
||||
Reference in New Issue
Block a user