1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 04:23:20 +01:00

remove debug printf

This commit is contained in:
qcz
2014-09-04 22:38:38 +02:00
parent f6da2edc1c
commit 9b39a211e4

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