mirror of https://github.com/OpenTTD/OpenTTD
(svn r13335) -Fix: remove rogue (debugging) printf.
parent
c33164831d
commit
d58080fd44
|
@ -762,7 +762,6 @@ struct PatchesSelectionWindow : Window {
|
||||||
page->entries = MallocT<PatchEntry>(page->num);
|
page->entries = MallocT<PatchEntry>(page->num);
|
||||||
for (i = 0; i != page->num; i++) {
|
for (i = 0; i != page->num; i++) {
|
||||||
uint index;
|
uint index;
|
||||||
printf("%s\n", page->names[i]);
|
|
||||||
const SettingDesc *sd = GetPatchFromName(page->names[i], &index);
|
const SettingDesc *sd = GetPatchFromName(page->names[i], &index);
|
||||||
assert(sd != NULL);
|
assert(sd != NULL);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue