forked from github/server
stone golem -> stonegolem, for the last time
This commit is contained in:
parent
6ec1bbe52e
commit
0e74ca4ef7
|
@ -49,8 +49,8 @@ init_static(void)
|
||||||
static boolean init = false;
|
static boolean init = false;
|
||||||
if (!init) {
|
if (!init) {
|
||||||
init = true;
|
init = true;
|
||||||
rc_stonegolem = rc_find("stone golem");
|
rc_stonegolem = rc_find("stonegolem");
|
||||||
if (rc_stonegolem==NULL) log_error(("Could not find race: stone golem\n"));
|
if (rc_stonegolem==NULL) log_error(("Could not find race: stonegolem\n"));
|
||||||
rc_irongolem = rc_find("irongolem");
|
rc_irongolem = rc_find("irongolem");
|
||||||
if (rc_irongolem==NULL) log_error(("Could not find race: irongolem\n"));
|
if (rc_irongolem==NULL) log_error(("Could not find race: irongolem\n"));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue