mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-19 12:19:09 +00:00
Fixing a typo (error).
This commit is contained in:
parent
1961f057c1
commit
20a38fc334
@ -106,7 +106,7 @@ int yamg_hexheap::test_hex() {
|
||||
Clear all members flag and reset the heap itself
|
||||
*/
|
||||
void yamg_hexheap::clear_heap() {
|
||||
for(int i = 0; i > last_; i++)
|
||||
for(int i = 0; i < last_; i++)
|
||||
table_[i]->done = false;
|
||||
last_ = 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user