File diff r13814:efdf86742c58 → r13815:8cc0cdaaf624
src/viewport.cpp
Show inline comments
 
@@ -50,13 +50,12 @@
 

	
 
#include "table/sprites.h"
 
#include "table/strings.h"
 

	
 
PlaceProc *_place_proc;
 
Point _tile_fract_coords;
 
ZoomLevel _saved_scrollpos_zoom;
 

	
 
struct StringSpriteToDraw {
 
	StringID string;
 
	Colours colour;
 
	int32 x;
 
	int32 y;