mirror of
https://github.com/UberGames/RPG-X2.git
synced 2024-11-24 13:21:37 +00:00
Synchronising with rpgxEF edition
Reformating and optimization … Changes in g_weapons.c: - reformated a lot of comments - reformated some code - removed unused macros, variables, and functions - made all functions and variables static where it was possible
This commit is contained in:
parent
0e5dac2239
commit
927bd83488
3 changed files with 592 additions and 836 deletions
1421
game/g_weapon.c
1421
game/g_weapon.c
File diff suppressed because it is too large
Load diff
|
@ -6,4 +6,4 @@
|
|||
vec3_t forward, right, up;
|
||||
vec3_t muzzle;
|
||||
|
||||
#endif // _G_WEAPON_H
|
||||
#endif /* _G_WEAPON_H */
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
// Copyright (C) 1999-2000 Id Software, Inc.
|
||||
//
|
||||
/*
|
||||
* Copyright (C) 1999-2000 Id Software, Inc.
|
||||
*/
|
||||
/**********************************************************************
|
||||
UI_ATOMS.C
|
||||
|
||||
|
|
Loading…
Reference in a new issue