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:
parent
a143b820af
commit
230c981144
11 changed files with 515 additions and 23 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue