projects
/
sdlgit/SDL_perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
49045f0
)
Typo with - sign in constant. Causing constants to not be loaded correctly
Kartik Thakore [Tue, 4 Aug 2009 04:22:19 +0000 (
00:22
-0400)]
lib/SDL/Constants.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SDL/Constants.pm
b/lib/SDL/Constants.pm
index
2ddc6dc
..
c8445f0
100644
(file)
--- a/
lib/SDL/Constants.pm
+++ b/
lib/SDL/Constants.pm
@@
-330,7
+330,7
@@
sub MIX_FADING_IN {2}
sub MIX_FADING_OUT {1}
sub MIX_MAX_VOLUME {128}
sub MIX_NO_FADING {0}
-sub MIX_CHANNEL_POST {-2}
+sub MIX_CHANNEL_POST {2}
sub SDLK_0 {48}
sub SDLK_1 {49}
sub SDLK_2 {50}