Mercurial > audlegacy-plugins
diff src/paranormal/containers.c @ 303:5e19836a2db2 trunk
[svn] - damn shift key
| author | nenolod |
|---|---|
| date | Wed, 22 Nov 2006 23:00:31 -0800 |
| parents | b185ed2f8fa2 |
| children | 3b034150d31e |
line wrap: on
line diff
--- 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();
