Mercurial > audlegacy-plugins
changeset 303:5e19836a2db2 trunk
[svn] - damn shift key
author | nenolod |
---|---|
date | Wed, 22 Nov 2006 23:00:31 -0800 |
parents | b185ed2f8fa2 |
children | 3d0b7ca9c8eb |
files | ChangeLog src/paranormal/containers.c |
diffstat | 2 files changed, 12 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Wed Nov 22 22:59:26 2006 -0800 +++ b/ChangeLog Wed Nov 22 23:00:31 2006 -0800 @@ -1,3 +1,14 @@ +2006-11-23 06:59:26 +0000 William Pitcock <nenolod@nenolod.net> + revision [658] + - improve beat detection + + trunk/src/paranormal/containers.c | 5 ++--- + trunk/src/paranormal/misc.c | 2 +- + trunk/src/paranormal/paranormal.c | 4 ++++ + trunk/src/paranormal/paranormal.h | 2 ++ + 4 files changed, 9 insertions(+), 4 deletions(-) + + 2006-11-23 06:46:16 +0000 William Pitcock <nenolod@nenolod.net> revision [656] - i've done a lot of this
--- a/src/paranormal/containers.c Wed Nov 22 22:59:26 2006 -0800 +++ b/src/paranormal/containers.c Wed Nov 22 23:00:31 2006 -0800 @@ -179,7 +179,7 @@ /* * Change branch if all of the requirements are met for the branch to change. */ - if ((opts[1].val.bval == TRUE && pn_new_beat != FAlSE) || opts[1].val.bval == FALSE) + if ((opts[1].val.bval == TRUE && pn_new_beat != FALSE) || opts[1].val.bval == FALSE) { now = SDL_GetTicks();