A typo snuck in.
This commit is contained in:
parent
58587fcd4d
commit
81ffca403d
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ Class FlakCannonLED : Actor
|
|||
for ( int i=0; i<3; i++ )
|
||||
{
|
||||
if ( !digits[i] )
|
||||
digits[i] = Spawn("LEDFont",(FLAKLEDBASE+1.,FLAKLEDBASE-30.+20.*i,floorz+16.*halfstretch-zofs);
|
||||
digits[i] = Spawn("LEDFont",(FLAKLEDBASE+1.,FLAKLEDBASE-30.+20.*i,floorz+16.*halfstretch-zofs));
|
||||
}
|
||||
}
|
||||
override void Tick()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue