pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] [bug #21277] Couldn't load sprite: 'pingus/particles/smoke2


From: anonymous
Subject: [Pingus-CVS] [bug #21277] Couldn't load sprite: 'pingus/particles/smoke2'
Date: Sun, 07 Oct 2007 07:14:09 +0000
User-agent: Opera/9.23 (X11; Linux i686; U; en)

URL:
  <http://savannah.nongnu.org/bugs/?21277>

                 Summary: Couldn't load sprite: 'pingus/particles/smoke2'
                 Project: Pingus
            Submitted by: None
            Submitted on: Sunday 10/07/2007 at 07:14 UTC
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                 Release: None
        Operating System: None
         Planned Release: None

    _______________________________________________________

Details:

When I play this game and I keep get this:

Error: Resource: Couldn't load sprite: 'pingus/particles/smoke'
Error: Resource: Couldn't load sprite: 'pingus/particles/smoke2'

I had to modified in src/particles/smoke_particle_holder.cpp at 36 line.

Change from:
  : surf1(Resource::load_sprite("pingus/particles/smoke")),
    surf2(Resource::load_sprite("pingus/particles/smoke2"))

To:
  : surf1(Resource::load_sprite("particles/smoke")),
    surf2(Resource::load_sprite("particles/smoke2"))

The errors disappear after with this change.

BTW: The version is 0.7.1.




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?21277>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]