Fix typo
This commit is contained in:
@@ -141,12 +141,12 @@ Sound_Null = \
|
|||||||
if ALSA
|
if ALSA
|
||||||
Sound = $(Sound_Null) $(Sound_ALSA9)
|
Sound = $(Sound_Null) $(Sound_ALSA9)
|
||||||
else
|
else
|
||||||
Sound = $(Sound_null)
|
Sound = $(Sound_Null)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
stepmania_SOURCES = $(Rage) $(DataStructures) $(FileTypes) $(StepMania) $(Transitions) \
|
stepmania_SOURCES = $(Rage) $(DataStructures) $(FileTypes) $(StepMania) $(Transitions) \
|
||||||
$(Actors) $(ActorsInMenus) $(ActorsInGameplay) $(Screens) $(GlobalSingletons) \
|
$(Actors) $(ActorsInMenus) $(ActorsInGameplay) $(Screens) $(GlobalSingletons) \
|
||||||
arch/arch.cpp \
|
arch/arch.cpp \
|
||||||
arch/InputHandler/InputHandler_SDL.cpp \
|
arch/InputHandler/InputHandler_SDL.cpp \
|
||||||
arch/InputHandler/InputHandler_SDL.h \
|
arch/InputHandler/InputHandler_SDL.h \
|
||||||
arch/LoadingWindow/LoadingWindow_SDL.cpp \
|
arch/LoadingWindow/LoadingWindow_SDL.cpp \
|
||||||
|
|||||||
Reference in New Issue
Block a user