stone golem -> stonegolem, for the last time

This commit is contained in:
Enno Rehling 2005-09-03 06:29:29 +00:00
parent 6ec1bbe52e
commit 0e74ca4ef7
1 changed files with 207 additions and 207 deletions

View File

@ -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"));
}