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