forked from github/server
typo
This commit is contained in:
parent
1e3877e8a2
commit
e0f6999a4f
|
@ -793,7 +793,7 @@ frame_regions(void)
|
||||||
{
|
{
|
||||||
#ifdef AGE_FIX
|
#ifdef AGE_FIX
|
||||||
unsigned short ocean_age = (unsigned short)turn;
|
unsigned short ocean_age = (unsigned short)turn;
|
||||||
endif
|
#endif
|
||||||
region * r = regions;
|
region * r = regions;
|
||||||
for (r=regions;r;r=r->next) {
|
for (r=regions;r;r=r->next) {
|
||||||
direction_t d;
|
direction_t d;
|
||||||
|
|
Loading…
Reference in New Issue