File diff r16515:73be4b52e59a → r16516:3e651c9d6713
src/gfx_type.h
Show inline comments
 
@@ -259,4 +259,7 @@ enum SpriteType {
 
	ST_INVALID  = 4,      ///< Pseudosprite or other unusable sprite, used only internally
 
};
 

	
 
/** The number of milliseconds per game tick. */
 
static const uint MILLISECONDS_PER_TICK = 30;
 

	
 
#endif /* GFX_TYPE_H */