Coordinates should almost always be floating-point (fixes warning)

This commit is contained in:
Glenn Maynard
2003-09-01 01:47:01 +00:00
parent 38345ac64c
commit 6f3edb3cc9
+1 -1
View File
@@ -30,7 +30,7 @@
#define CHARACTERONCOMMAND THEME->GetMetric ("ScreenHowToPlay","CharacterOnCommand")
#define USEPAD THEME->GetMetricB("ScreenHowToPlay","UsePad")
#define PADONCOMMAND THEME->GetMetric ("ScreenHowToPlay","PadOnCommand")
#define PLAYERX THEME->GetMetricI("ScreenHowToPlay","PlayerX")
#define PLAYERX THEME->GetMetricF("ScreenHowToPlay","PlayerX")
ScreenHowToPlay::ScreenHowToPlay() : ScreenAttract("ScreenHowToPlay")
{