1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Removed printfs

This commit is contained in:
Robert Jordan
2015-06-26 11:47:03 -04:00
parent 9ad21599a3
commit c20b60652c

View File

@@ -2170,7 +2170,6 @@ void show_gridlines()
}
}
RCT2_GLOBAL(0x009E32B0, uint8)++;
printf("gridline_state: %i\n", RCT2_GLOBAL(0x009E32B0, uint8));
}
/**
@@ -2182,7 +2181,6 @@ void hide_gridlines()
rct_window *mainWindow;
RCT2_GLOBAL(0x009E32B0, uint8)--;
printf("gridline_state: %i\n", RCT2_GLOBAL(0x009E32B0, uint8));
if (RCT2_GLOBAL(0x009E32B0, uint8) == 0) {
if ((mainWindow = window_get_main()) != NULL) {
if (!gConfigGeneral.always_show_gridlines) {