1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2025-09-01 06:20:15 +02:00

TLight, TTimer, TSound, TComponentGroup ready.

This commit is contained in:
oz 2021-01-01 16:14:11 +03:00
parent a143b820af
commit 230c981144
11 changed files with 515 additions and 23 deletions

View file

@ -241,7 +241,7 @@ TPinballComponent* TPinballTable::find_component(LPCSTR componentName)
TPinballComponent* TPinballTable::find_component(int groupIndex)
{
char Buffer[33];
char Buffer[40];
int objCount = ComponentList->Count();
if (objCount > 0)
{