mirror of
https://github.com/ZDoom/gzdoom-last-svn.git
synced 2025-06-02 02:01:19 +00:00
* Updated to ZDoom r3156:
- Fixed: The shareware -file check wasn't working anymore. - Damn integer type confusion... :( - GCC warning fixes (GCC stupidity for the most part.) git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@1199 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
parent
26999e7cc2
commit
dcf55d28a6
40 changed files with 160 additions and 126 deletions
|
@ -964,7 +964,7 @@ static InterpolationViewer *FindPastViewer (AActor *actor)
|
|||
}
|
||||
|
||||
// Not found, so make a new one
|
||||
InterpolationViewer iview = { 0 };
|
||||
InterpolationViewer iview = { NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
|
||||
iview.ViewActor = actor;
|
||||
iview.otic = -1;
|
||||
return &PastViewers[PastViewers.Push (iview)];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue