projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2e74ef
)
removed unused variables
author
Holger Schemel
<info@artsoft.org>
Fri, 22 Apr 2016 17:33:20 +0000
(19:33 +0200)
committer
Holger Schemel
<info@artsoft.org>
Fri, 22 Apr 2016 17:33:20 +0000
(19:33 +0200)
src/cartoons.c
patch
|
blob
|
history
diff --git
a/src/cartoons.c
b/src/cartoons.c
index b1ecf6945ea34ac7b35d4f321d0e059f39d1d76d..101d0ef1c5614298e06f35db36eecca853136684 100644
(file)
--- a/
src/cartoons.c
+++ b/
src/cartoons.c
@@
-164,8
+164,6
@@
static struct GlobalAnimControlInfo global_anim_ctrl[NUM_GAME_MODES];
static struct ToonInfo toons[MAX_NUM_TOONS];
static unsigned int anim_sync_frame = 0;
-static unsigned int anim_sync_frame_delay = 0;
-static unsigned int anim_sync_frame_delay_value = GAME_FRAME_DELAY;
static int game_mode_anim_classes[NUM_GAME_MODES];
static int anim_class_game_modes[NUM_ANIM_CLASSES];
@@
-354,8
+352,6
@@
void InitGlobalAnimControls()
anim_sync_frame = 0;
- ResetDelayCounter(&anim_sync_frame_delay);
-
for (m = 0; m < NUM_GAME_MODES; m++)
{
mode_nr = m;