~luke-jr/tr2norigins/tr2norigins-0.4

« back to all changes in this revision

Viewing changes to src/tron/gStuff.h

  • Committer: Luke Dashjr
  • Date: 2010-04-20 23:29:32 UTC
  • mfrom: (690.1.4 compile)
  • Revision ID: luke+bzr@dashjr.org-20100420232932-2t5c0gbjsvh9k33f
MERGE: Moviepack mostly finished

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
#endif
50
50
 
51
51
#define NUM_MOVIEPACK_SLOTS 40
 
52
#define NUM_MOVIEPACK_ITEMS 8
52
53
 
53
54
extern int sg_moviepackIndex; //Used moviepack
 
55
 
 
56
// Moviepack updated index  0=increment 1=floor.png 2=floor_a.png 3=floor_b.png 4=dir_wall.png 5=sky.png 6=preview dir_wall.png 7=rim_wall_*.png
 
57
extern int  sg_moviepackUpdated[NUM_MOVIEPACK_ITEMS];
 
58
 
54
59
extern tString sg_moviepackPathName; //Path to moviepacks
55
60
extern bool sg_moviepackInstalledList[NUM_MOVIEPACK_SLOTS]; // store a list of what is installed for use in menu
56
61
extern tString gm_moviepack_name;