equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Hedgewars, a worms-like game |
2 * Hedgewars, a worms-like game |
3 * Copyright (c) 2006 Igor Ulyanov <iulyanov@gmail.com> |
3 * Copyright (c) 2006, 2007 Igor Ulyanov <iulyanov@gmail.com> |
4 * |
4 * |
5 * This program is free software; you can redistribute it and/or modify |
5 * This program is free software; you can redistribute it and/or modify |
6 * it under the terms of the GNU General Public License as published by |
6 * it under the terms of the GNU General Public License as published by |
7 * the Free Software Foundation; version 2 of the License |
7 * the Free Software Foundation; version 2 of the License |
8 * |
8 * |
24 |
24 |
25 HWMap::~HWMap() |
25 HWMap::~HWMap() |
26 { |
26 { |
27 } |
27 } |
28 |
28 |
29 void HWMap::getImage(std::string seed) |
29 void HWMap::getImage(std::string seed) |
30 { |
30 { |
31 m_seed=seed; |
31 m_seed=seed; |
32 Start(); |
32 Start(); |
33 } |
33 } |
34 |
34 |