~ubuntu-branches/debian/lenny/amoeba/lenny

« back to all changes in this revision

Viewing changes to opengl/texture.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Steinar H. Gunderson
  • Date: 2005-01-26 23:03:51 UTC
  • Revision ID: james.westby@ubuntu.com-20050126230351-j70hat0mr20mn65i
Tags: 1.1-13
Rebuild in a clean sid chroot (using pbuilder), to avoid dependency on
gcc-4.0 libgcc. (Closes: #292093) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 * and we don't need the extra speed anyhow. :-) besides, it gives
23
23
 * us less init'ing...
24
24
 */
25
 
struct {
 
25
static struct {
26
26
        char texname[256];
27
27
        Texture *tex;
28
28
} textures[256];