comparison 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
comparison
equal deleted inserted replaced
302:b185ed2f8fa2 303:5e19836a2db2
177 int now; 177 int now;
178 178
179 /* 179 /*
180 * Change branch if all of the requirements are met for the branch to change. 180 * Change branch if all of the requirements are met for the branch to change.
181 */ 181 */
182 if ((opts[1].val.bval == TRUE && pn_new_beat != FAlSE) || opts[1].val.bval == FALSE) 182 if ((opts[1].val.bval == TRUE && pn_new_beat != FALSE) || opts[1].val.bval == FALSE)
183 { 183 {
184 now = SDL_GetTicks(); 184 now = SDL_GetTicks();
185 185
186 if (now - cdata->last_change 186 if (now - cdata->last_change
187 > opts[0].val.ival * 1000) 187 > opts[0].val.ival * 1000)