mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 00:31:16 +00:00
Remove junk
This commit is contained in:
parent
6439f46eea
commit
8f1f7c6785
@ -105,10 +105,6 @@ MxLong Ambulance::Notify(MxParam& p_param)
|
|||||||
{
|
{
|
||||||
MxLong result = 0;
|
MxLong result = 0;
|
||||||
|
|
||||||
char asd[123];
|
|
||||||
sprintf(asd, "%d\n", ((MxNotificationParam&) p_param).GetType());
|
|
||||||
OutputDebugString(asd);
|
|
||||||
|
|
||||||
switch (((MxNotificationParam&) p_param).GetType()) {
|
switch (((MxNotificationParam&) p_param).GetType()) {
|
||||||
case c_notificationType0:
|
case c_notificationType0:
|
||||||
result = HandleNotification0();
|
result = HandleNotification0();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user