projects
/
xonotic
/
darkplaces.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42ebab2
)
fix stupid typo in Cvar_RegisterVariable call
author
havoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 14 Aug 2005 19:44:21 +0000
(19:44 +0000)
committer
havoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 14 Aug 2005 19:44:21 +0000
(19:44 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5577
d7cf8633
-e32d-0410-b094-
e92efae38249
view.c
patch
|
blob
|
history
diff --git
a/view.c
b/view.c
index
589f8f1
..
136bac9
100644
(file)
--- a/
view.c
+++ b/
view.c
@@
-599,6
+599,6
@@
void V_Init (void)
if (gamemode == GAME_GOODVSBAD2)
Cvar_RegisterVariable (&chase_stevie);
- Cvar_RegisterVariable (&v_deathtilt
.integer
);
+ Cvar_RegisterVariable (&v_deathtilt);
}