[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nel] Snowballs - animation.cpp
From: |
Christophe OPOIX |
Subject: |
[Nel] Snowballs - animation.cpp |
Date: |
Wed, 7 Apr 2004 13:49:19 +0200 |
Snowballs doesn't compile as it is now. Those are the line I changed, it
seems to work now.
--- R:\code\snowballs2\client\src\animation.cpp Wed Apr 07 13:42:04
2004
***************
*** 36,41 ****
--- 36,42 ----
#include <nel/misc/displayer.h>
#include <nel/misc/aabbox.h>
+ #include "nel/3d/u_driver.h"
#include "nel/3d/u_scene.h"
#include "nel/3d/u_skeleton.h"
#include "nel/3d/u_play_list.h"
***************
*** 204,210 ****
void initAnimation()
{
! AnimationSet = Scene->createAnimationSet ();
// Add all animations in the animation set
for (uint i = 0; i < sizeof (AnimIdArray) / sizeof
(AnimIdArray[0]); i++
)
--- 205,211 ----
void initAnimation()
{
! AnimationSet = Driver->createAnimationSet ();
// Add all animations in the animation set
for (uint i = 0; i < sizeof (AnimIdArray) / sizeof
(AnimIdArray[0]); i++
)
--
"They didn't know it was impossible so they did it";
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Nel] Snowballs - animation.cpp,
Christophe OPOIX <=