mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 03:30:46 +00:00
"4 spaces originally
2 spaces now 0 idea how that even happened" git-svn-id: https://svn.eduke32.com/eduke32@5588 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
b36f2bdc7f
commit
6d9273d502
1 changed files with 12 additions and 12 deletions
|
@ -1275,19 +1275,19 @@ void C_InitHashes()
|
||||||
inithashnames();
|
inithashnames();
|
||||||
initsoundhashnames();
|
initsoundhashnames();
|
||||||
|
|
||||||
for (i=0; i<NUMKEYWORDS; i++) hash_add(&h_keywords, keyw[i], i, 0);
|
for (i=0; i<NUMKEYWORDS; i++) hash_add(&h_keywords, keyw[i], i, 0);
|
||||||
for (i=0; i<NUMALTKEYWORDS; i++) hash_add(&h_keywords, altkeyw[i].token, altkeyw[i].val, 0);
|
for (i=0; i<NUMALTKEYWORDS; i++) hash_add(&h_keywords, altkeyw[i].token, altkeyw[i].val, 0);
|
||||||
|
|
||||||
STRUCT_HASH_SETUP(h_sector, SectorLabels);
|
STRUCT_HASH_SETUP(h_sector, SectorLabels);
|
||||||
STRUCT_HASH_SETUP(h_wall, WallLabels);
|
STRUCT_HASH_SETUP(h_wall, WallLabels);
|
||||||
STRUCT_HASH_SETUP(h_userdef, UserdefsLabels);
|
STRUCT_HASH_SETUP(h_userdef, UserdefsLabels);
|
||||||
STRUCT_HASH_SETUP(h_projectile, ProjectileLabels);
|
STRUCT_HASH_SETUP(h_projectile, ProjectileLabels);
|
||||||
STRUCT_HASH_SETUP(h_player, PlayerLabels);
|
STRUCT_HASH_SETUP(h_player, PlayerLabels);
|
||||||
STRUCT_HASH_SETUP(h_input, InputLabels);
|
STRUCT_HASH_SETUP(h_input, InputLabels);
|
||||||
STRUCT_HASH_SETUP(h_actor, ActorLabels);
|
STRUCT_HASH_SETUP(h_actor, ActorLabels);
|
||||||
STRUCT_HASH_SETUP(h_tsprite, TsprLabels);
|
STRUCT_HASH_SETUP(h_tsprite, TsprLabels);
|
||||||
STRUCT_HASH_SETUP(h_tiledata, TileDataLabels);
|
STRUCT_HASH_SETUP(h_tiledata, TileDataLabels);
|
||||||
STRUCT_HASH_SETUP(h_paldata, PalDataLabels);
|
STRUCT_HASH_SETUP(h_paldata, PalDataLabels);
|
||||||
}
|
}
|
||||||
|
|
||||||
#undef STRUCT_HASH_SETUP
|
#undef STRUCT_HASH_SETUP
|
||||||
|
|
Loading…
Reference in a new issue