- Kleiner Fehler im Pyramidenspruch

This commit is contained in:
Christian Schlittchen 2004-07-04 09:08:24 +00:00
parent c58e45e276
commit 4fd417981b
1 changed files with 2 additions and 1 deletions

View File

@ -67,6 +67,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <limits.h>
/* triggers includes */
#include <triggers/changefaction.h>
@ -7267,7 +7268,7 @@ sp_wdwpyramid(castorder *co)
"unit region command", mage, r, co->order));
} else {
region *r2;
int mindist = -1;
int mindist = INT_MAX;
int minshowdist;
int maxshowdist;