oldloader.c
changeset 4979 bb8927cf4e1f
parent 4977 ccecdac3075c
child 4980 bdc86a42db2c
equal deleted inserted replaced
4978:c25cbe937318 4979:bb8927cf4e1f
  1243 	OCL_END()
  1243 	OCL_END()
  1244 };
  1244 };
  1245 
  1245 
  1246 static bool LoadOldSign(LoadgameState *ls, int num)
  1246 static bool LoadOldSign(LoadgameState *ls, int num)
  1247 {
  1247 {
  1248 	if (!AddBlockIfNeeded(&_sign_pool, num))
  1248 	if (!AddBlockIfNeeded(&_Sign_pool, num))
  1249 		error("Signs: failed loading savegame: too many signs");
  1249 		error("Signs: failed loading savegame: too many signs");
  1250 
  1250 
  1251 	return LoadChunk(ls, GetSign(num), sign_chunk);
  1251 	return LoadChunk(ls, GetSign(num), sign_chunk);
  1252 }
  1252 }
  1253 
  1253