X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=cgame.c;h=86da9a53d8074849f5d6ee6981eb276349164949;hb=a04fd1b40592a06734300f539087e109892f2854;hp=98d9a16cf6921756ec498bf32cbdb690de1ceb01;hpb=c1bca25ad7aace521aa36e1c0f663e45fce1ce6d;p=xonotic%2Fdarkplaces.git diff --git a/cgame.c b/cgame.c index 98d9a16c..86da9a53 100644 --- a/cgame.c +++ b/cgame.c @@ -48,7 +48,7 @@ static localentity_t *entspawn(void) { int i, best; float bestfreetime; - bestfreetime = gametime + 100.0f; + bestfreetime = (float) (gametime + 100.0); best = -1; for (i = 0;i < MAX_LOCALENTITIES;i++) {