1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 12:39:11 +00:00

(svn r15702) -Feature(tte): direct content download 'links' in the play scenario/heightmap windows.

This commit is contained in:
rubidium
2009-03-13 21:32:38 +00:00
parent 4129b418cc
commit 27bcfd115b
2 changed files with 47 additions and 16 deletions

View File

@@ -100,9 +100,9 @@ public:
case CONTENT_TYPE_SCENARIO:
case CONTENT_TYPE_HEIGHTMAP:
InvalidateWindowClasses(WC_SAVELOAD);
extern void ScanScenarios();
ScanScenarios();
InvalidateWindowData(WC_SAVELOAD, 0, 0);
break;
default: