synchronized fanframe so that the period is 1000 ticks

This commit is contained in:
Zeno Rogue 2018-03-24 15:21:54 +01:00
parent a06ae6c9d5
commit f4b034450d
1 changed files with 1 additions and 1 deletions

View File

@ -5186,7 +5186,7 @@ void drawthemap() {
mmspatial = vid.monmode == 4 || vid.monmode == 5;
DEBB(DF_GRAPH, (debugfile,"draw the map\n"));
fanframe = ticks / (nonbitrunc ? 300 : 150.0) / M_PI;
fanframe = ticks / (nonbitrunc ? 1000. : 500. ); // (nonbitrunc ? 300 : 150.0) / M_PI;
for(int m=0; m<motypes; m++) if(isPrincess(eMonster(m)))
minf[m].name = princessgender() ? "Princess" : "Prince";