remove debug printf

This commit is contained in:
qcz 2014-09-04 22:38:38 +02:00
parent f6da2edc1c
commit 9b39a211e4
1 changed files with 0 additions and 4 deletions

View File

@ -692,8 +692,6 @@ static void window_scenery_update(rct_window *w)
windowHeight = 0x176;
}
printf("update: %d\n", w->scrolls[0].v_bottom);
w->min_width = WINDOW_SCENERY_WIDTH;
w->max_width = WINDOW_SCENERY_WIDTH;
w->min_height = windowHeight;
@ -749,8 +747,6 @@ static void window_scenery_update(rct_window *w)
void window_scenery_scrollgetsize() {
int scrollHeight = window_scenery_scrollgetsize_num();
printf("scrollgetsize: %d\n", scrollHeight);
#ifdef _MSC_VER
__asm mov edx, scrollHeight
#else